X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=3cec6d511512bed5a9fa3be19e71cf55302caed4;hp=974e366f2b212f5242cfc86c077bbfbdfe7b3417;hb=39fc6508fb05c3bfdf07166a3c77071ff29fb7c1;hpb=64e88417a461c1a75873e79f7f486c55906a0c00 diff --git a/Makefile.PL b/Makefile.PL index 974e366..3cec6d5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -140,5 +140,5 @@ sub darwin_check_no_resource_forks { makemaker_args(dist => { PREOP => qq{\@if [ "\$\$$attr" != "true" ]; then}. qq{ echo "You must set the ENV variable $attr to true,"; }. ' echo "to avoid getting resource forks in your dist."; exit 255; fi' }); - } + } }