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:
parent
029c25f756
commit
1a0f67a60c
1 changed files with 0 additions and 16 deletions
16
t/51_pod.t
16
t/51_pod.t
|
@ -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();
|
Loading…
Add table
Reference in a new issue