In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/548c8afce3d3a412eff8c2d28778adbc3186fdc1?hp=483efd0abe32386a3d82710532464cf4e9a0124b>

- Log -----------------------------------------------------------------
commit 548c8afce3d3a412eff8c2d28778adbc3186fdc1
Author: Dagfinn Ilmari MannsÃ¥ker <[email protected]>
Date:   Fri Sep 2 16:47:45 2016 +0100

    Remove obsolete Test prereq from PathTools
    
    It was ported to Test::More in cba09117 in 2011, but the upstream
    Makefile.PL that was added in 8e6d3e2b in 2013 took the Makefile.PL from
    the last CPAN release which was from 2008.
-----------------------------------------------------------------------

Summary of changes:
 dist/PathTools/Makefile.PL | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dist/PathTools/Makefile.PL b/dist/PathTools/Makefile.PL
index bc40baf..6cd70fa 100644
--- a/dist/PathTools/Makefile.PL
+++ b/dist/PathTools/Makefile.PL
@@ -16,7 +16,6 @@ WriteMakefile
                            'Carp' => '0',
                            'File::Basename' => '0',
                            'Scalar::Util' => '0',
-                           'Test' => '0',
                            # done_testing() is used in dist/Cwd/t/Spec.t
                            'Test::More' => 0.88,
                          },

--
Perl5 Master Repository

Reply via email to