Fix the perl version required there also
Tomas Doran [Fri, 7 Aug 2009 00:15:04 +0000 (00:15 +0000)]
Makefile.PL

index 6e8fcc7..ef3263a 100644 (file)
@@ -1,6 +1,6 @@
 use inc::Module::Install 0.87;
 
-perl_version '5.008001';
+perl_version '5.008006';
 
 name 'Catalyst-Runtime';
 all_from 'lib/Catalyst/Runtime.pm';