projects
/
dbsrgits/SQL-Abstract.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Port scalarref in array of sources test from dq (7732c37a)
[dbsrgits/SQL-Abstract.git]
/
xt
/
90pod.t
Commit
Line
Data
428975b0
1
use warnings;
2
use strict;
3
13fb11fd
4
use Test::More;
5
6
eval "use Test::Pod 1.14";
7
plan skip_all => 'Test::Pod 1.14 required' if $@;
8
9
all_pod_files_ok();