X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=db297ef60fc0a06cba03ea1d173305597eb8b8d6;hb=9ff235d2b5c3ae8d08097744344bce8f119e709b;hp=650798d3ea8d17c499cefa05708aa173bc152dfc;hpb=65f78d29c9689610ad5d5e4df36f47f8c90ecdef;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Makefile.PL b/Makefile.PL index 650798d..db297ef 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -35,6 +35,8 @@ test_requires 'DBD::SQLite' => '1.29'; test_requires 'Test::Exception' => '0.31'; test_requires 'Test::More' => '0.94'; test_requires 'Test::Warn' => '0.21'; +test_requires 'Test::Deep' => '0.107'; +test_requires 'Test::Differences' => '0.60'; requires 'Carp::Clan' => 0; requires 'Class::Accessor::Grouped' => '0.10008'; @@ -103,7 +105,7 @@ install_script 'script/dbicdump'; resources 'IRC' => 'irc://irc.perl.org/#dbix-class'; resources 'license' => 'http://dev.perl.org/licenses/'; -resources 'repository' => 'git://git.shadowcat.co.uk/dbsrgits/DBIx-Class-Schema-Loader.git'; +resources 'repository' => 'https://github.com/dbsrgits/dbix-class-schema-loader'; resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class'; auto_install;