repo.or.cz
/
tails-persistence-setup.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Imported Upstream version 1.1.2
[tails-persistence-setup.git]
/
t
/
author-pod-syntax.t
blob
35fb1b9d4b637cc84f035422840ce77acdb92fb4
1
#!perl
2
3
BEGIN {
4
unless ($ENV{AUTHOR_TESTING}) {
5
require Test::More;
6
Test::More::plan(skip_all => 'these tests are for testing by the author');
7
}
8
}
9
10
# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
11
use strict; use warnings;
12
use Test::More;
13
use Test::Pod 1.41;
14
15
all_pod_files_ok();