X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=bf935f05f36fd62bcd14221a71ac767ffafe02b2;hb=6e3fd33ea09a28ac3d9e0d47253cfd834060cde1;hp=caafb55f6d379bc1b49b995aca8e6ce7ee8e3891;hpb=9aaf36461a79c118c35f3bf546933fefbd9bfd35;p=p5sagit%2FDevel-GlobalDestruction.git diff --git a/Makefile.PL b/Makefile.PL index caafb55..bf935f0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -39,9 +39,9 @@ my %WriteMakefileArgs = ( CONFIGURE_REQUIRES => { 'ExtUtils::CBuilder' => 0.27 }, META_ADD => { resources => { - homepage => 'http://search.cpan.org/dist/Devel-Globaldestruction', - repository => 'git://git.shadowcat.co.uk/p5sagit/Devel-Globaldestruction.git', - bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Globaldestruction', + homepage => 'http://search.cpan.org/dist/Devel-GlobalDestruction', + repository => 'git://git.shadowcat.co.uk/p5sagit/Devel-GlobalDestruction.git', + bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Devel-GlobalDestruction', }, requires => \%RUN_DEPS, },