From: Eric Wilhelm Date: Sun, 6 Aug 2006 01:29:20 +0000 (+0000) Subject: Build.PL - need Class::MOP 0.31 X-Git-Tag: 0_12~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9e9cd937f1611b91d516ee91d9c281763e888dd6;p=gitmo%2FMoose.git Build.PL - need Class::MOP 0.31 --- diff --git a/Build.PL b/Build.PL index b4a6f44..07afd9b 100644 --- a/Build.PL +++ b/Build.PL @@ -8,7 +8,7 @@ my $build = Module::Build->new( requires => { 'Scalar::Util' => '1.18', 'Carp' => '0', - 'Class::MOP' => '0.30', + 'Class::MOP' => '0.31', 'Sub::Name' => '0.02', 'UNIVERSAL::require' => '0.10', 'Sub::Exporter' => '0.954',