This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Require Test::More v0.88 to use done_testing in Spec.t.
authorJames E Keenan <jkeenan@cpan.org>
Sun, 24 Nov 2013 04:37:50 +0000 (05:37 +0100)
committerJames E Keenan <jkeenan@cpan.org>
Sun, 24 Nov 2013 04:37:50 +0000 (05:37 +0100)
Reported in https://rt.cpan.org/Ticket/Display.html?id=87574.

dist/Cwd/Makefile.PL

index 1add839..1b21de4 100644 (file)
@@ -16,7 +16,9 @@ WriteMakefile
                            'Carp' => '0',
                            'File::Basename' => '0',
                            'Scalar::Util' => '0',
-                           'Test' => '0'
+                           'Test' => '0',
+                           # done_testing() is used in dist/Cwd/t/Spec.t
+                           'Test::More' => 0.88,
                          },
           'INSTALLDIRS' => 'perl',
           'EXE_FILES' => [],