X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=b60dae38929f5369689e481e71ccc9b8332a99b7;hp=ab5e7c69634104d998f2007a95f0897210c67b07;hb=551846d128c672ae8bdddc056fa436f562d9fff2;hpb=57d7305c41daa31f2e899a8602dfa914bdde2cc3 diff --git a/Makefile.PL b/Makefile.PL index ab5e7c6..b60dae3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,12 +1,10 @@ use inc::Module::Install 0.64; -use 5.008001; -perl_version '5.8.1'; +perl_version '5.008001'; name 'Catalyst-Runtime'; all_from 'lib/Catalyst/Runtime.pm'; -requires 'perl' => '5.8.1'; requires 'Carp'; requires 'Class::Accessor::Fast'; requires 'Class::Data::Inheritable';