From: Peter Rabbitson Date: Wed, 14 Nov 2012 07:16:50 +0000 (+0100) Subject: Reorganize metadata, add github addresses X-Git-Tag: v0.08205~110 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=86a23587c7464cf3768f75a0a295155fbf4b9afe Reorganize metadata, add github addresses Make the meta repository read github, so that metacpan shows cool buttons for the cool kids. Note - the official repo still does and will continue to reside on sc --- diff --git a/Makefile.PL b/Makefile.PL index 3fb6f54..87f3a40 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,7 +30,7 @@ install_script (qw| homepage 'http://www.dbix-class.org/'; 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.git'; +resources 'repository' => 'https://github.com/dbsrgits/DBIx-Class'; resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class'; resources 'bugtracker' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=DBIx-Class'; diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 8cf7971..b2c38d1 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -108,8 +108,6 @@ The community can be found via: =over -=item * Web Site: L - =item * IRC: irc.perl.org#dbix-class =for html @@ -117,13 +115,25 @@ The community can be found via: =item * Mailing list: L +=item * Twitter L + +=item * Web Site: L + =item * RT Bug Tracker: L -=item * gitweb: L +=back + +The project is maintained in a git repository, accessible from the following sources: + +=over =item * git: L -=item * twitter L +=item * gitweb: L + +=item * github mirror: L + +=item * authorized committers: L =back