adding 2007 to the copyright list
[gitmo/Moose.git] / Build.PL
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',