projects
/
p5sagit/Promulger.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
52ca87df5890e098634329024ba44b5b3fa325d6
[p5sagit/Promulger.git]
/
t
/
manifest.t
1
#!/usr/bin/perl
2
use strictures 1;
3
use autodie;
4
use Test::Most;
5
6
unless ( $ENV{RELEASE_TESTING} ) {
7
plan( skip_all => "Author tests not required for installation" );
8
}
9
10
eval "use Test::CheckManifest 0.9";
11
plan skip_all => "Test::CheckManifest 0.9 required" if $@;
12
ok_manifest();