removed useless unused void constant

This commit is contained in:
Matt Simerson 2012-05-08 21:30:29 -04:00 committed by Robert
parent 19c924d13c
commit 99cf4e69d1

View File

@ -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";
}; };