Add an explicit webchat link, change IRC to x_IRC
Peter Rabbitson [Tue, 1 Jul 2014 09:33:14 +0000 (11:33 +0200)]
This should work around the issue of 'preferred company/startup' raised in
https://github.com/CPAN-API/metacpan-web/issues/1235#issuecomment-47610925

Makefile.PL

index 108624a..531f3f8 100644 (file)
@@ -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';