This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Upgrade to Text-Balanced-1.98
[perl5.git]
/
lib
/
Text
/
Balanced
/
t
/
pod.t
Commit
Line
Data
49c03c89
SP
1
#!perl -T
2
3
use Test::More;
4
eval "use Test::Pod 1.14";
5
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
6
all_pod_files_ok();