X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=b8026ffe973704e91be40958ef8f8de4670d8411;hp=4068be1d0bf26d2afd076b216b727a86b193c9fc;hb=697a1b1aae4bf562a897e3558a0fccfa7c63af89;hpb=f4c1afd4d4a0d0df15f750eaba9ea141c56409a2 diff --git a/Makefile.PL b/Makefile.PL index 4068be1..b8026ff 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,22 +65,18 @@ if ($Module::Install::AUTHOR) { darwin_check_no_resource_forks(); } +resources( + 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst', + 'IRC' => 'irc://irc.perl.org/#catalyst', + 'license', => 'http://dev.perl.org/licenses/', + 'homepage', => 'http://dev.catalyst.perl.org/', + 'repository', => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Runtime/', +); + install_script glob('script/*.pl'); auto_install; WriteAll; -if ($Module::Install::AUTHOR) { - Meta->{values}{resources} = [ - [ 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst' ], - [ 'IRC' => 'irc://irc.perl.org/#catalyst' ], - [ 'license', => 'http://dev.perl.org/licenses/' ], - [ 'homepage', => 'http://dev.catalyst.perl.org/'], - [ 'repository', => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Runtime/' ], - ]; - - Meta->write; -} - print <<"EOF"; Important: