X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3a605114d27f1f6282b08b2f4403557b1d37449c;hb=ddd6fbb6f333f2247acd57f93a2307ce4ef0ae97;hp=b26b78f1b00634174863248382ee51812ee9ee52;hpb=0da0fe34ca9d452d6775777f691b100a28d98907;p=dbsrgits%2FSQL-Abstract.git diff --git a/Makefile.PL b/Makefile.PL index b26b78f..3a60511 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,8 +8,9 @@ perl_version '5.006'; name 'SQL-Abstract'; author 'Nathan Wiger '; resources 'license' => 'http://dev.perl.org/licenses/'; -resources 'repository' => 'git://git.shadowcat.co.uk/dbsrgits/SQL-Abstract.git'; +resources 'repository' => 'https://github.com/dbsrgits/sql-abstract/'; resources 'bugtracker' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=SQL-Abstract'; +resources 'IRC' => 'irc://irc.perl.org/#dbix-class'; all_from 'lib/SQL/Abstract.pm'; @@ -18,6 +19,7 @@ dynamic_config 0; requires 'List::Util' => 0; requires 'Scalar::Util' => 0; requires 'Exporter' => 5.57; +requires 'MRO::Compat' => 0.12; requires 'Moo' => 1.004002; requires 'Hash::Merge' => 0.12;