X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=d851efd0e7a7e82d89d191779925e0357e267451;hp=ccc6828c6783df00f62d3029ea730c348efc5172;hb=69db240eb72e649e5bad28e9e1cc7656c3fcf9e8;hpb=636fc36c0cbdc6eaa3a770ccaffc9de02ae3e5be diff --git a/Makefile.PL b/Makefile.PL index ccc6828..d851efd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -113,6 +113,7 @@ EOF # NOTE - This is the version number of the _incompatible_ code, # not the version number of the fixed version. my %conflicts = ( + 'Catalyst::Plugin::SubRequest' => '0.14', 'Catalyst::Model::Akismet' => '0.02', 'Catalyst::Component::ACCEPT_CONTEXT' => '0.06', 'Catalyst::Plugin::ENV' => '9999', # This plugin is just stupid, full stop @@ -156,7 +157,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' }); } }