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=2c78e577b594c787d77c1d5ed55b0669f44bb668;hb=655be431ded35a10854ca2bc8a46517d694f34dd;hpb=c3c1713b74b1f53c7047c4c0cb17ea66b4288d30 diff --git a/Makefile.PL b/Makefile.PL index 2c78e57..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', @@ -23,6 +23,7 @@ my %WriteMakefileArgs = ( 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 ',