projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Changes update
[dbsrgits/DBIx-Class-Schema-Loader.git]
/
t
/
04kwalitee.t
Commit
Line
Data
6fd486dd
1
use Test::More;
2
3
eval { require Test::Kwalitee; Test::Kwalitee->import() };
4
996be9ee
5
plan( skip_all => 'Test::Kwalitee not installed' ) if $@;