From: Piotr Roszatycki Date: Sun, 1 Feb 2009 11:42:46 +0000 (+0000) Subject: * Moose does not work with Perl 5.8.0. X-Git-Tag: 0.66~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4a8035cfddad21c3cb2fa01fb6c640f607fedab7;p=gitmo%2FMoose.git * Moose does not work with Perl 5.8.0. --- 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';