Fix circular relationship diagnostics
[dbsrgits/DBIx-Class-Schema-Loader.git] / Makefile.PL
index 650798d..db297ef 100644 (file)
@@ -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;