1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 06:08:38 -04:00

pod test is automatically added by the release script

This commit is contained in:
Kenichi Ishigaki 2012-08-08 02:38:48 +00:00
parent 029c25f756
commit 1a0f67a60c

View file

@ -1,16 +0,0 @@
use strict;
use warnings;
use Test::More;
BEGIN {
plan skip_all =>
'set $ENV{AUTHOR_TEST} '.
'to enable this test'
unless $ENV{AUTHOR_TEST};
}
# Ensure a recent version of Test::Pod
my $min_tp = 1.22;
eval "use Test::Pod $min_tp";
plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
all_pod_files_ok();