X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=Makefile.PL;h=4012f0ee727b24e45b03da2227f8fdc1c8dac7f0;hp=979e952a3f7ce8d1639897ece54c887351ed5a4f;hb=512ec6d005f882e9f4502be3bfc9db2be2e7e1fd;hpb=5224eb132394d50c67933fc76db7db3f1451c07f diff --git a/Makefile.PL b/Makefile.PL index 979e952..4012f0e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,7 @@ use strict; use warnings FATAL => 'all'; use ExtUtils::MakeMaker; -(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; +(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; my %WriteMakefileArgs = ( NAME => 'Catalyst::Manual', @@ -22,6 +22,8 @@ my %WriteMakefileArgs = ( mailto => 'bug-Catalyst-Manual@rt.cpan.org', web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Catalyst-Manual', }, + x_IRC => 'irc://irc.perl.org/#catalyst', + x_MailingList => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst', }, x_contributors => [ # manually added, from git shortlog -e -s -n 'Kennedy Clark ',