[Bast-commits] r7827 - branches/DBIx-Class-Schema-Loader/current

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Sat Oct 31 12:52:58 GMT 2009


Author: caelum
Date: 2009-10-31 12:52:58 +0000 (Sat, 31 Oct 2009)
New Revision: 7827

Modified:
   branches/DBIx-Class-Schema-Loader/current/Makefile.PL
Log:
add resources to Makefile.PL

Modified: branches/DBIx-Class-Schema-Loader/current/Makefile.PL
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/Makefile.PL	2009-10-31 12:32:31 UTC (rev 7826)
+++ branches/DBIx-Class-Schema-Loader/current/Makefile.PL	2009-10-31 12:52:58 UTC (rev 7827)
@@ -127,6 +127,11 @@
     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;




More information about the Bast-commits mailing list