From: Florian Ragwitz Date: Fri, 3 Jul 2009 23:52:44 +0000 (+0000) Subject: Unfuck indenting. X-Git-Tag: 5.80025~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=39fc6508fb05c3bfdf07166a3c77071ff29fb7c1 Unfuck indenting. --- 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' }); - } + } }