From: Tomas Doran Date: Fri, 7 Aug 2009 00:15:04 +0000 (+0000) Subject: Fix the perl version required there also X-Git-Tag: 5.80008~38 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=1a100108e04f90274fdbd19a7d5a2c2ec968a7c7;hp=221f7e774f48c96eaa97047bc4c99afd310b54cd Fix the perl version required there also --- diff --git a/Makefile.PL b/Makefile.PL index 6e8fcc7..ef3263a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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';