X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=819399500e24cbdd49e3b6897ff2c6eecb3894fe;hb=277b225f56728d9c3b1371017e8ca1d464f3c6eb;hp=77abec64745eed872fe57baa25987d8e1aa4f0be;hpb=8baa212285bdd1bb5e3a389a9c5fd34ffddfb9df;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 77abec6..8193995 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,6 +17,7 @@ BEGIN { name 'DBIx-Class'; perl_version '5.008001'; all_from 'lib/DBIx/Class.pm'; +Meta->{values}{x_authority} = 'cpan:RIBASUSHI'; tests_recursive (qw| t @@ -61,14 +62,15 @@ my $runtime_requires = { 'Context::Preserve' => '0.01', 'Data::Dumper::Concise' => '2.020', 'Data::Page' => '2.00', + 'Devel::GlobalDestruction' => '0', 'Hash::Merge' => '0.12', - 'Moo' => '0.009014', + 'Moo' => '0.009100', 'MRO::Compat' => '0.09', 'Module::Find' => '0.06', 'namespace::clean' => '0.20', 'Path::Class' => '0.18', 'Scope::Guard' => '0.03', - 'SQL::Abstract' => '1.72', + 'SQL::Abstract' => '1.73', 'Try::Tiny' => '0.04', # dual-life corelibs needing a specific bugfixed version