From: Dagfinn Ilmari Mannsåker Date: Mon, 6 Oct 2014 18:43:33 +0000 (+0100) Subject: Add IRC metadata and update repository and bugtracker URLs X-Git-Tag: v0.11021~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Translator.git;a=commitdiff_plain;h=34f636eeaf0e97ccdbee46816c5d7caed9e8863f Add IRC metadata and update repository and bugtracker URLs Shadowgit is still the canonical repo, but advertise the github mirror for ease of contribution. --- diff --git a/Makefile.PL b/Makefile.PL index 89692e5..1e32c50 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -46,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';