repo.or.cz
/
Net-Radio-Modem.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Note changes
[Net-Radio-Modem.git]
/
t
/
manifest.t
blob
45eb83fd602cbb6d0fc450f7102442c2d14c84fd
1
#!perl -T
2
3
use strict;
4
use warnings;
5
use Test::More;
6
7
unless ( $ENV{RELEASE_TESTING} ) {
8
plan( skip_all => "Author tests not required for installation" );
9
}
10
11
eval "use Test::CheckManifest 0.9";
12
plan skip_all => "Test::CheckManifest 0.9 required" if $@;
13
ok_manifest();