Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the ack CPAN distribution.

Maintainer(s)' notes

ack's issues are tracked at https://github.com/petdance/ack2

Report information
The Basics
Id: 24115
Status: resolved
Priority: 0/
Queue: ack

People
Owner: Nobody in particular
Requestors: jerry.gay [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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)
Fixed in 0.38.