We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd8c7b commit a89c6a7Copy full SHA for a89c6a7
Makefile.PL
@@ -16,7 +16,8 @@ BEGIN {
16
}
17
18
homepage 'http://www.dbix-class.org/';
19
-resources 'IRC' => 'irc://irc.perl.org/#dbix-class';
+resources 'x_IRC' => 'irc://irc.perl.org/#dbix-class';
20
+resources 'x_WebIRC' => 'https://chat.mibbit.com/#[email protected]';
21
resources 'license' => 'http://dev.perl.org/licenses/';
22
resources 'repository' => 'https://github.com/dbsrgits/DBIx-Class';
23
resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class';
0 commit comments