Subject: | [PATCH] make fails on win32 due to missing 'chmod' command |
Date: | Wed, 27 Dec 2006 12:03:01 -0800 |
To: | bug-ack [...] rt.cpan.org |
From: | "jerry gay" <jerry.gay [...] gmail.com> |
Index: Makefile.PL
===================================================================
--- Makefile.PL (revision 221)
+++ Makefile.PL (working copy)
@@ -56,7 +56,7 @@
$(STANDALONE) : $(ACK) $(APP_ACK_PM) squash Makefile
$(PERL) squash ack File::Next $(APP_ACK_PM) > $(STANDALONE)
- chmod +x $(STANDALONE)
+ $(PERL) -MExtUtils::Command -e chmod +x $(STANDALONE)
$(PERL) -c $(STANDALONE)
$(ACK_HELP) : $(STANDALONE)