X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=6bca87631ff75ab81442c4c8bf590bdfe2a185b3;hb=8d73cbc5e69224f0c065dcd554db31fb92c92444;hp=4604f22d1138e9f289cb2054406e4151c567cfcb;hpb=48e7a927240529852bfad492f36a3dcefcce7598;p=perl%2Fmodules%2Frgit.git diff --git a/Makefile.PL b/Makefile.PL index 4604f22..6bca876 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,13 +9,13 @@ my $dist = 'rgit'; (my $name = $dist) =~ s{-}{::}g; my %PREREQ_PM = ( - 'Carp' => 0, - 'Cwd' => 0, - 'Exporter' => 0, - 'File::Find' => 0, - 'File::Spec::Functions' => 0, - 'POSIX' => 0, - 'base' => 0, + 'Carp' => 0, + 'Cwd' => 0, + 'Exporter' => 0, + 'File::Find' => 0, + 'File::Spec' => 0, + 'POSIX' => 0, + 'base' => 0, ); my %META = ( @@ -23,14 +23,14 @@ my %META = ( 'ExtUtils::MakeMaker' => 0, }, build_requires => { - 'Cwd' => 0, - 'ExtUtils::MakeMaker' => 0, - 'Exporter' => 0, - 'File::Spec::Functions' => 0, - 'File::Temp' => 0, - 'POSIX' => 0, - 'Test::More' => 0, - 'base' => 0, + 'Cwd' => 0, + 'ExtUtils::MakeMaker' => 0, + 'Exporter' => 0, + 'File::Spec' => 0, + 'File::Temp' => 0, + 'POSIX' => 0, + 'Test::More' => 0, + 'base' => 0, %PREREQ_PM, }, recommends => { @@ -38,7 +38,7 @@ my %META = ( }, dynamic_config => 0, resources => { - bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist", + bugtracker => "http://rt.cpan.org/Dist/Display.html?Name=$dist", homepage => "http://search.cpan.org/dist/$dist/", license => 'http://dev.perl.org/licenses/', repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git",