[Catalyst-commits] r7718 - Catalyst-Runtime/5.80/branches/moose
konobi at dev.catalyst.perl.org
konobi at dev.catalyst.perl.org
Thu May 8 02:40:12 BST 2008
Author: konobi
Date: 2008-05-08 02:40:12 +0100 (Thu, 08 May 2008)
New Revision: 7718
Modified:
Catalyst-Runtime/5.80/branches/moose/Makefile.PL
Log:
Remove redundant and erroneous perl 5.8.1 "requires" line.
Modified: Catalyst-Runtime/5.80/branches/moose/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/branches/moose/Makefile.PL 2008-05-07 20:28:07 UTC (rev 7717)
+++ Catalyst-Runtime/5.80/branches/moose/Makefile.PL 2008-05-08 01:40:12 UTC (rev 7718)
@@ -8,7 +8,6 @@
requires 'MooseX::Emulate::Class::Accessor::Fast';
-requires 'perl' => '5.8.1';
requires 'Carp';
requires 'Class::Accessor::Fast';
requires 'Class::Data::Inheritable';
More information about the Catalyst-commits
mailing list