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=dc3cea6d7b3b88c6c3698aa28839d77f7eb01b8d;hb=2373117d9bd344ca965af23d86d54756f1fdcfab;hpb=c7c73f7bc1b4dd6667d7ad162ab7f29d5a52c601 diff --git a/Makefile.PL b/Makefile.PL index dc3cea6..faafffa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,6 +23,7 @@ requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903'; requires 'Class::MOP' => '0.83'; requires 'Moose' => '0.90'; requires 'MooseX::MethodAttributes::Inheritable' => '0.17'; +requires 'MooseX::Role::WithOverloading' => '0.03'; requires 'Carp'; requires 'Class::C3::Adopt::NEXT' => '0.07'; requires 'CGI::Simple::Cookie'; @@ -155,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' }); } }