projects
/
gitmo/MooseX-Getopt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
foo
[gitmo/MooseX-Getopt.git]
/
t
/
pod.t
1
#!/usr/bin/perl
2
3
use strict;
4
use warnings;
5
6
use Test::More;
7
8
eval "use Test::Pod 1.14";
9
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
10
11
all_pod_files_ok();