X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=819399500e24cbdd49e3b6897ff2c6eecb3894fe;hb=7f08eb0138f156476d67a0dea658cccc2623237e;hp=382a9fb56f84fc6022eb6484621188eb260df30d;hpb=7d5810cd5d389cee98fecaf5d27ac7ed2f27dce4;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 382a9fb..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 @@ -69,7 +70,7 @@ my $runtime_requires = { 'namespace::clean' => '0.20', 'Path::Class' => '0.18', 'Scope::Guard' => '0.03', - 'SQL::Abstract' => '1.73_01', + 'SQL::Abstract' => '1.73', 'Try::Tiny' => '0.04', # dual-life corelibs needing a specific bugfixed version