1
0
mirror of synced 2026-01-29 21:00:56 +00:00

Remove done_testing call.

done_testing appeared in Test::More 0.87, which is not in perl 5.10,
and therefore not in debian stable.
This makes t/perl-syntax.t pass on debian stable and causes no more
trouble.
This commit is contained in:
Stéphane Jourdois
2010-07-11 14:12:23 +02:00
committed by Axel Beckert
parent bd840ba071
commit 9e5ffdac00

View File

@@ -11,7 +11,7 @@
use strict;
use File::Find;
use Test::More;
use Test::More qw/ no_plan /;
eval "use Moose";
plan skip_all => "Moose required for testing Perl syntax"
@@ -24,8 +24,6 @@ plan skip_all => "Moose required for testing Perl syntax"
#
find( { wanted => \&checkFile, no_chdir => 1 }, '.' );
done_testing();
#
# Check a file.
#