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