]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - Makefile.PL
Update contact info
[perl/modules/indirect.git] / Makefile.PL
index 430cc537cbcc50834003b28285779cf846eb0508..f49f086e293ba02cab466bfd25e0accefeec085c 100644 (file)
@@ -65,6 +65,7 @@ my %PREREQ_PM = (
 my %BUILD_REQUIRES =(
  'Config'              => 0,
  'ExtUtils::MakeMaker' => 0,
+ 'File::Spec'          => 0,
  'IO::Handle'          => 0,
  'IO::Select'          => 0,
  'IPC::Open3'          => 0,
@@ -88,13 +89,13 @@ my %META = (
   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",
+  repository => "http://git.vpit.fr/?p=perl%2Fmodules%2F$dist.git",
  },
 );
 
 WriteMakefile(
  NAME             => $name,
- AUTHOR           => 'Vincent Pit <perl@profvince.com>',
+ AUTHOR           => 'Vincent Pit <vpit@cpan.org>',
  LICENSE          => 'perl',
  VERSION_FROM     => $file,
  ABSTRACT_FROM    => $file,