From: Rafael Kitover Date: Sat, 31 Oct 2009 12:52:58 +0000 (+0000) Subject: add resources to Makefile.PL X-Git-Tag: 0.04999_11~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=64b844d0acaa31b700d9f7924e0f477d5133b133;p=dbsrgits%2FDBIx-Class-Schema-Loader.git add resources to Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 789570e..7baf854 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -127,6 +127,11 @@ if(-e 'MANIFEST.SKIP') { system("pod2text lib/DBIx/Class/Schema/Loader.pm > README"); } +resources 'IRC' => 'irc://irc.perl.org/#dbix-class'; +resources 'license' => 'http://dev.perl.org/licenses/'; +resources 'repository' => 'http://dev.catalyst.perl.org/repos/bast/branches/DBIx-Class-Schema-Loader/current/'; +resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class'; + auto_provides; auto_install; WriteAll;