]> git.vpit.fr Git - perl/modules/Variable-Temp.git/commitdiff
Remove run-time dependency on Test::More
authorVincent Pit <perl@profvince.com>
Fri, 26 May 2017 11:45:04 +0000 (13:45 +0200)
committerVincent Pit <perl@profvince.com>
Fri, 26 May 2017 11:45:04 +0000 (13:45 +0200)
Makefile.PL

index 3391e24f7362ba0ce82f06d4828c55cb2b881397..957dcb6caa49665d3d72f313686481a26242aa03 100644 (file)
@@ -14,7 +14,6 @@ $file = "lib/$file.pm";
 my %PREREQ_PM = (
  'Exporter'        => 0,
  'Scope::Upper'    => 0,
- 'Test::More'      => 0,
  'Variable::Magic' => '0.51',
  'base'            => 0,
 );