X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=8babb50ff790c8ab82ac3b8d1eddbe7fe1801724;hp=750b27957285fccc5cc3f11bb74551d33c128508;hb=99d30e963fc085fb4461b921cfafadb57086751f;hpb=ceec607af71355ec784131ea7ab4484e05566637 diff --git a/Makefile.PL b/Makefile.PL index 750b279..8babb50 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,14 +1,12 @@ use strict; use warnings; use inc::Module::Install 0.91; -{ # Ensure that these get used - yes, M::I loads them for us, but if you're - # in author mode and don't have them installed, then the error is tres - # cryptic. - no warnings 'redefine'; - use Module::Install::AuthorRequires; - use Module::Install::CheckConflicts; - use Module::Install::AuthorTests; -} +# Ensure that these get used - yes, M::I loads them for us, but if you're +# in author mode and don't have them installed, then the error is tres +# cryptic. +use Module::Install::AuthorRequires; +use Module::Install::CheckConflicts; +use Module::Install::AuthorTests; perl_version '5.008004'; @@ -17,7 +15,7 @@ all_from 'lib/Catalyst/Runtime.pm'; requires 'List::MoreUtils'; requires 'namespace::autoclean' => '0.09'; -requires 'namespace::clean' => '0.12'; +requires 'namespace::clean' => '0.13'; requires 'B::Hooks::EndOfScope' => '0.08'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903'; requires 'Class::MOP' => '0.95'; @@ -103,7 +101,8 @@ print <<"EOF"; you also install the development tools package Catalyst::Devel. perl -MCPANPLUS -e 'install Catalyst::Devel' # or - perl -MCPAN -e 'install Catalyst::Devel' + perl -MCPAN -e 'install Catalyst::Devel' # or + cpanm Catalyst::Devel To get some commonly used plugins, as well as the TT view and DBIC model, install Task::Catalyst in the same way.