Skip to content

Commit a89c6a7

Browse files
committed
Add an explicit webchat link, change IRC to x_IRC
This should work around the issue of 'preferred company/startup' raised in metacpan/metacpan-web#1235 (comment)
1 parent 6dd8c7b commit a89c6a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.PL

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ BEGIN {
1616
}
1717

1818
homepage 'http://www.dbix-class.org/';
19-
resources 'IRC' => 'irc://irc.perl.org/#dbix-class';
19+
resources 'x_IRC' => 'irc://irc.perl.org/#dbix-class';
20+
resources 'x_WebIRC' => 'https://chat.mibbit.com/#[email protected]';
2021
resources 'license' => 'http://dev.perl.org/licenses/';
2122
resources 'repository' => 'https://github.com/dbsrgits/DBIx-Class';
2223
resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class';

0 commit comments

Comments
 (0)