removed useless unused void constant
This commit is contained in:
parent
19c924d13c
commit
99cf4e69d1
@ -4,10 +4,7 @@ use English qw/ -no_match_vars /;
|
|||||||
use File::Find;
|
use File::Find;
|
||||||
use Test::More;
|
use Test::More;
|
||||||
|
|
||||||
if ( $ENV{'QPSMTPD_DEVELOPER'} ) {
|
if ( ! $ENV{'QPSMTPD_DEVELOPER'} ) {
|
||||||
'no_plan';
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
plan skip_all => "not a developer, skipping POD tests";
|
plan skip_all => "not a developer, skipping POD tests";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user