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:
committed by
Axel Beckert
parent
bd840ba071
commit
9e5ffdac00
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user