Checking in changes prior to tagging of version 0.05. Changelog diff is:
[gitmo/MooseX-StrictConstructor.git] / Build.PL
index a4bfcc7..5710f77 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -8,7 +8,7 @@ use Module::Build;
 my $builder = Module::Build->new
     ( module_name        => 'MooseX::StrictConstructor',
       license            => 'perl',
-      requires           => { 'Moose'      => 0,
+      requires           => { 'Moose'      => 0.26,
                               'Test::More' => 0,
                             },
       create_makefile_pl => 'passthrough',