X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f861df26c04c4620c7a8028c07eb580f305737ca;hb=20ff58f2b13893da8b3b2e49e0fd80b5106015ca;hp=10fe1db24286995dd5b0945e2868e0c46c54e9f3;hpb=6b43c35ccfef3181eac3b4c80e9d8d8d19410631;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 10fe1db..f861df2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -49,6 +49,12 @@ tests_recursive (qw| t |); +resources 'IRC' => 'irc://irc.perl.org/#dbix-class'; +resources 'license' => 'http://dev.perl.org/licenses/'; +resources 'repository' => 'http://dev.catalyst.perl.org/svnweb/bast/browse/DBIx-Class/'; +resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class'; + + # re-build README and require extra modules for testing if we're in a checkout my %force_requires_if_author = ( @@ -129,12 +135,5 @@ if ($Module::Install::AUTHOR) { } $ok; } @{Meta->{values}{build_requires}} ]; - - Meta->{values}{resources} = [ - [ 'MailingList', 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class' ], - [ 'IRC', 'irc://irc.perl.org/#dbix-class' ], - [ 'license', 'http://dev.perl.org/licenses/' ], - [ 'repository', 'http://dev.catalyst.perl.org/svnweb/bast/browse/DBIx-Class/' ], - ]; Meta->write; }