[Catalyst-commits] r11970 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sun Nov 22 19:58:31 GMT 2009
Author: t0m
Date: 2009-11-22 19:58:31 +0000 (Sun, 22 Nov 2009)
New Revision: 11970
Modified:
Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
It actually wants 'true', make that more explicit
Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-11-22 19:53:00 UTC (rev 11969)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-11-22 19:58:31 UTC (rev 11970)
@@ -156,7 +156,7 @@
my $attr = $osx_ver =~ /^10.(5|6)/ ? 'COPYFILE_DISABLE' : 'COPY_EXTENDED_ATTRIBUTES_DISABLE';
makemaker_args(dist => { PREOP => qq{\@if [ "\$\$$attr" != "true" ]; then}.
- qq{ echo "You must set the ENV variable $attr to true,"; }.
+ qq{ echo "You must set the ENV variable $attr to 'true',"; }.
' echo "to avoid getting resource forks in your dist."; exit 255; fi' });
}
}
More information about the Catalyst-commits
mailing list