X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=2fdc3cee2ae6b6c775cecfe76803e7c13c606dde;hb=fc0a7ba1f370fdf8190a23ddf8cd9501d9a4d545;hp=35e30ad2099e487f55e2c52296a9d3dcddb453b9;hpb=ddc0a6c89d212433eb5716b2aa963f63b1f348d1;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Makefile.PL b/Makefile.PL index 35e30ad..2fdc3ce 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,8 +31,7 @@ requires 'Encode' => 0 if ($] <= 5.008000); test_requires 'DBD::SQLite' => 1.13; test_requires 'Test::Builder' => 0.33; -test_requires 'Test::Warn' => 0.08; -test_requires 'Test::NoWarnings' => 0.08; +test_requires 'Test::Warn' => 0.11; test_requires 'Test::Exception' => 0; install_script 'script/dbicadmin'; @@ -90,6 +89,8 @@ if ($Module::Install::AUTHOR) { Meta->{values}{resources} = [ [ 'MailingList', 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class' ], [ 'IRC', 'irc://irc.perl.org/#dbix-class' ], + [ 'license', 'http://dev.perl.org/licenses/' ], + [ 'repository', 'http://dev.catalyst.perl.org/svnweb/bast/browse/DBIx-Class/' ], ]; Meta->write; }