[svn:parrot] r45193 - trunk/config/init

darbelo at svn.parrot.org darbelo at svn.parrot.org
Sat Mar 27 00:35:33 UTC 2010


Author: darbelo
Date: Sat Mar 27 00:35:33 2010
New Revision: 45193
URL: https://trac.parrot.org/parrot/changeset/45193

Log:
Bring chmod into line with the the other ExtUtils commands.
Thanks to mberends++ for reporting the inconsistency.

Modified:
   trunk/config/init/defaults.pm

Modified: trunk/config/init/defaults.pm
==============================================================================
--- trunk/config/init/defaults.pm	Fri Mar 26 21:15:07 2010	(r45192)
+++ trunk/config/init/defaults.pm	Sat Mar 27 00:35:33 2010	(r45193)
@@ -193,7 +193,7 @@
 
         # some utilities in Makefile
         cat       => '$(PERL) -MExtUtils::Command -e cat',
-        chmod     => '$(PERL) -MExtUtils::Command -e ExtUtils::Command::chmod',
+        chmod     => '$(PERL) -MExtUtils::Command -e chmod',
         cp        => '$(PERL) -MExtUtils::Command -e cp',
         mkpath    => '$(PERL) -MExtUtils::Command -e mkpath',
         mv        => '$(PERL) -MExtUtils::Command -e mv',


More information about the parrot-commits mailing list