X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=62ffddc042dd4513b5b6eb2e936428bad0a9d7c0;hb=fdd8ff1628c48e9c540958039b5bc1f490af8d88;hp=789570ec2edf9f3fd307c79fd63d9d6488a6ddb4;hpb=0662c9b3bb2d5ea9484cd7391747ac028b4ddac5;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Makefile.PL b/Makefile.PL index 789570e..62ffddc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -123,10 +123,17 @@ for(my $i = 0; $i <= $#$_features - 1; $i += 2) { } # Rebuild README for maintainers -if(-e 'MANIFEST.SKIP') { +if ($Module::Install::AUTHOR) { system("pod2text lib/DBIx/Class/Schema/Loader.pm > README"); } +realclean_files '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;