my $builder = Module::Build->new
( module_name => 'MooseX::StrictConstructor',
license => 'perl',
- requires => { 'Test::More' => 0,
+ requires => { 'Moose' => 0,
+ 'Test::More' => 0,
},
create_makefile_pl => 'passthrough',
create_readme => 1,
+0.02
+
+- Moose was missing from the prereq list.
+
+
0.01 2007-11-14
-* First version, released on an unsuspecting world.
+- First version, released on an unsuspecting world.