diff options
Diffstat (limited to 'cpan/Archive-Tar/t/99_pod.t')
-rw-r--r-- | cpan/Archive-Tar/t/99_pod.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Archive-Tar/t/99_pod.t b/cpan/Archive-Tar/t/99_pod.t index 45be965f04..39c8a209aa 100644 --- a/cpan/Archive-Tar/t/99_pod.t +++ b/cpan/Archive-Tar/t/99_pod.t @@ -8,8 +8,8 @@ BEGIN { chdir 't' if -d 't' }; eval 'use Test::Pod'; plan skip_all => "Test::Pod v0.95 required for testing POD" if $@ || $Test::Pod::VERSION < 0.95; - -plan skip_all => "Pod tests disabled under perl core" if $ENV{PERL_CORE}; + +plan skip_all => "Pod tests disabled under perl core" if $ENV{PERL_CORE}; my @files; find( sub { push @files, File::Spec->catfile( |