adding 2007 to the copyright list 0_18
Stevan Little [Wed, 21 Feb 2007 04:59:07 +0000 (04:59 +0000)]
Build.PL
Changes

index 8fdd7d8..e623d2d 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,6 +1,7 @@
 use Module::Build;
 
 use strict;
+use warnings;
 
 # Scalar::Util 1.18 doesn't work on Windows
 my $win32 = !! ( $^O eq 'Win32' or $^O eq 'cygwin' );
@@ -11,7 +12,7 @@ my $build = Module::Build->new(
     requires => {
         'Scalar::Util'       => $win32 ? '1.17' : '1.18',
         'Carp'               => '0',
-        'Class::MOP'         => '0.37_002',
+        'Class::MOP'         => '0.37',
         'Sub::Name'          => '0.02',
         'Sub::Exporter'      => '0.954',
         'Sub::Install'       => '0.92',   
diff --git a/Changes b/Changes
index 10cdace..3873598 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,7 @@
 Revision history for Perl extension Moose
 
 0.18
-    
+    ~~ Many documentation updates ~~
 
 0.18_001
     !! You must have Class::MOP 0.37_001  !!