X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1e32c5052d65c67a6cb054c576e32ef17b27443d;hb=1868ddbee17731eb23de17472c429c6bbf13a037;hp=e63df5da3b10719232b6f88a944f625fbb946432;hpb=edc7ae1776a44b7530eb016b04ba038d37d10eb0;p=dbsrgits%2FSQL-Translator.git diff --git a/Makefile.PL b/Makefile.PL index e63df5d..1e32c50 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,6 +19,7 @@ my $deps = { 'Sub::Quote' => '0', 'Try::Tiny' => '0.04', 'List::MoreUtils' => '0.09', + 'Scalar::Util' => '0', }, recommends => { 'Template' => '2.20', @@ -36,6 +37,7 @@ my $deps = { 'Test::More' => '0.88', 'Test::Differences' => '0', 'Test::Exception' => '0.31', + 'Text::ParseWords' => '0', }, }; @@ -44,10 +46,11 @@ name 'SQL-Translator'; author 'Ken Youens-Clark '; abstract 'SQL DDL transformations and more'; license 'perl'; -repository 'git://git.shadowcat.co.uk/dbsrgits/SQL-Translator.git'; -bugtracker 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=SQL-Translator'; -resources Ratings => 'http://cpanratings.perl.org/d/SQL-Translator'; +resources repository => 'https://github.com/dbsrgits/sql-translator/'; +resources bugtracker => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=SQL-Translator'; +resources Ratings => 'http://cpanratings.perl.org/d/SQL-Translator'; +resources IRC => 'irc://irc.perl.org/#sql-translator'; Meta->{values}{x_authority} = 'cpan:JROBINSON'; @@ -190,21 +193,19 @@ sub _recreate_rt_source { }; if ($@) { - warn <; } }