X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=faafffa61df2c64509b040eb5e6e0a7db85b463d;hp=ccc6828c6783df00f62d3029ea730c348efc5172;hb=2373117d9bd344ca965af23d86d54756f1fdcfab;hpb=12c73fb2e35081e1f9a3040f5c0789aacbfd08ea diff --git a/Makefile.PL b/Makefile.PL index ccc6828..faafffa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -156,7 +156,7 @@ sub darwin_check_no_resource_forks { 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' }); } }