From: Jay Hannah Date: Thu, 10 Oct 2013 18:10:58 +0000 (-0500) Subject: Added homepage, other resources to make metacpan.org happier. X-Git-Tag: 1.001021~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=249167d65e58e4d2f998c0f01595c4337dc8a99e;p=dbsrgits%2FDBIx-Class-Fixtures.git Added homepage, other resources to make metacpan.org happier. --- diff --git a/Makefile.PL b/Makefile.PL index 74c0255..92ac079 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,12 @@ use inc::Module::Install 0.79; +homepage 'http://www.dbix-class.org/'; +resources 'IRC' => 'irc://irc.perl.org/#dbix-class'; +resources 'license' => 'http://dev.perl.org/licenses/'; +resources 'repository' => 'https://github.com/dbsrgits/DBIx-Class-Fixtures'; +resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class'; +resources 'bugtracker' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=DBIx-Class-Fixtures'; + perl_version '5.006001'; name 'DBIx-Class-Fixtures'; all_from 'lib/DBIx/Class/Fixtures.pm';