diff options
Diffstat (limited to 't/pod-syntax.t')
-rw-r--r-- | t/pod-syntax.t | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/t/pod-syntax.t b/t/pod-syntax.t deleted file mode 100644 index 85a7158e..00000000 --- a/t/pod-syntax.t +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl - -use strict; -use warnings; - -use English qw(-no_match_vars); -use Test::More; - -plan(skip_all => 'Author test, set $ENV{TEST_AUTHOR} to a true value to run') - if !$ENV{TEST_AUTHOR}; - -eval { - require Test::Pod; - Test::Pod->import(); -}; -plan(skip_all => 'Test::Pod required') if $EVAL_ERROR; - -all_pod_files_ok('urpm'); |