X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=51b7148217e8c6cb44cd6bf3e66c7616b213ba65;hb=f07dc78e88cfbdff64eea347ba4ad0f41939c8b0;hp=6d242bfca1f2aca2c7eb0530c0c0ba031117e7cc;hpb=6fe6d19429b16a32e41d3b7303b7b75e673647e0;p=gitmo%2FMoose.git diff --git a/Makefile.PL b/Makefile.PL index 6d242bf..51b7148 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,12 +1,12 @@ use strict; use warnings; use inc::Module::Install; -use 5.008; +use 5.008001; check_conflicts(); name 'Moose'; -perl_version '5.008'; +perl_version '5.008001'; all_from 'lib/Moose.pm'; license 'perl';