0.04
Stevan Little [Fri, 23 Nov 2007 21:30:54 +0000 (21:30 +0000)]
Build.PL
ChangeLog

index f49b1c7..b66ee23 100644 (file)
--- 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 => {
     },
index 726b03f..d8c9bbe 100644 (file)
--- 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.