projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix package balance conditions, RT#11834
[freeside.git]
/
rt
/
t
/
pod.t
1
use strict;
2
use warnings;
3
4
use Test::More;
5
eval "use Test::Pod 1.14";
6
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
7
all_pod_files_ok();