diff --git a/t/perl-syntax.t b/t/perl-syntax.t index af26164..cef0284 100755 --- a/t/perl-syntax.t +++ b/t/perl-syntax.t @@ -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. #