From: Guillermo Roditi Date: Mon, 23 Jun 2008 21:18:34 +0000 (+0000) Subject: Remove redundant and erroneous perl 5.8.1 "requires" line. X-Git-Tag: 5.8000_03~103 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=66e67eb66f6271135230e9444ea9b4ecc57062f5;hp=5fb12dbb7e69039e0ea22ec4d7cb627206b4508b Remove redundant and erroneous perl 5.8.1 "requires" line. r17787@martha (orig r7718): konobi | 2008-05-07 21:40:12 -0400 --- diff --git a/Makefile.PL b/Makefile.PL index 6ab7e11..6f834b7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,6 @@ all_from 'lib/Catalyst/Runtime.pm'; requires 'MooseX::Emulate::Class::Accessor::Fast'; -requires 'perl' => '5.8.1'; requires 'Carp'; requires 'Class::Accessor::Fast'; requires 'Class::Data::Inheritable';