projects
/
p5sagit/local-lib.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
move repository to https://github.com/Perl-Toolchain-Gang/local-lib
[p5sagit/local-lib.git]
/
xt
/
release
/
kwalitee.t
Commit
Line
Data
d8570bd7
1
use strict;
2
use warnings;
2714541d
3
use Test::More;
4
5
BEGIN {
6
plan skip_all => 'release only test'
7
unless -f 'META.yml';
8
}
d8570bd7
9
use Test::Kwalitee;