From: Stevan Little Date: Fri, 23 Nov 2007 21:30:54 +0000 (+0000) Subject: 0.04 X-Git-Tag: 0.18_01~55 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea60939b6c505f4f8994dfc07bc40ed098428f94;hp=9a9764976656e1a089735d0cb1f1affd06f4d7e4;p=gitmo%2FMooseX-AttributeHelpers.git 0.04 --- diff --git a/Build.PL b/Build.PL index f49b1c7..b66ee23 100644 --- a/Build.PL +++ b/Build.PL @@ -6,8 +6,7 @@ my $build = Module::Build->new( module_name => 'MooseX::AttributeHelpers', license => 'perl', requires => { - 'Class::MOP' => '0.46', - 'Moose' => '0.30', + 'Moose' => '0.30', }, optional => { }, diff --git a/ChangeLog b/ChangeLog index 726b03f..d8c9bbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Revision history for Perl extension MooseX-AttributeHelpers -0.04 +0.04 Fri. Nov. 23, 2007 * MooseX::AttributeHelpers::Base - changing this to use the new Class::MOP::Attribute reader and write method ref stuff.