From: Peter Rabbitson Date: Tue, 1 Jul 2014 09:33:14 +0000 (+0200) Subject: Add an explicit webchat link, change IRC to x_IRC X-Git-Tag: v0.082800~163 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=a89c6a79e09e6dd6798b2c4500690916767eb9c5 Add an explicit webchat link, change IRC to x_IRC This should work around the issue of 'preferred company/startup' raised in https://github.com/CPAN-API/metacpan-web/issues/1235#issuecomment-47610925 --- diff --git a/Makefile.PL b/Makefile.PL index 108624a..531f3f8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,8 @@ BEGIN { } homepage 'http://www.dbix-class.org/'; -resources 'IRC' => 'irc://irc.perl.org/#dbix-class'; +resources 'x_IRC' => 'irc://irc.perl.org/#dbix-class'; +resources 'x_WebIRC' => 'https://chat.mibbit.com/#dbix-class@irc.perl.org'; resources 'license' => 'http://dev.perl.org/licenses/'; resources 'repository' => 'https://github.com/dbsrgits/DBIx-Class'; resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class';