X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3a605114d27f1f6282b08b2f4403557b1d37449c;hb=f3ccfdca18202f0fc60ffcfc1ecdf467907164a2;hp=8faa8564ac50fca029d823b3a3a07aac94a77973;hpb=5f3fa0ac25497f9ab48ae4950d070208894f5af8;p=dbsrgits%2FSQL-Abstract.git diff --git a/Makefile.PL b/Makefile.PL index 8faa856..3a60511 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,14 +2,15 @@ use inc::Module::Install 1.06; use strict; use warnings; -use 5.006002; +use 5.006; -perl_version '5.006002'; +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'; @@ -17,6 +18,8 @@ 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;