X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=534b2d8bab35802f2a597ba132c990c9d6d7e0c8;hb=913d96ddbab15f9b2d870b8dba5bd8f8f11e36d1;hp=4e2028dfc6efd4efcb9c8190ef852c9a4d579476;hpb=e97396242e8acc8dff6cf3f4f5961ee1fbd8498e;p=gitmo%2FMooseX-Storage.git diff --git a/Build.PL b/Build.PL index 4e2028d..534b2d8 100644 --- a/Build.PL +++ b/Build.PL @@ -5,12 +5,14 @@ use Module::Build; my $builder = Module::Build->new( module_name => 'MooseX::Storage', license => 'perl', - dist_author => 'Chris Prather ', + dist_author => 'Chris Prather , Stevan Little ', dist_version_from => 'lib/MooseX/Storage.pm', requires => { 'Test::More' => 0, + 'Moose' => 0, + 'JSON::Any' => 0, }, - add_to_cleanup => [ 'MooseX-Storage-JSON-*' ], + add_to_cleanup => [ 'MooseX-Storage-*' ], ); $builder->create_build_script();