[PATCH 1/4] removed useless unused void constant
[email protected] (Matt Simerson) Tue, 8 May 2012 21:30:29 -0400
| Newsgroups | perl.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
---
t/01-syntax.t | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/t/01-syntax.t b/t/01-syntax.t
index 82ffeb4..c0ea682 100644
--- a/t/01-syntax.t
+++ b/t/01-syntax.t
@@ -4,10 +4,7 @@ use English qw/ -no_match_vars /;
use File::Find;
use Test::More;
-if ( $ENV{'QPSMTPD_DEVELOPER'} ) {
- 'no_plan';
-}
-else {
+if ( ! $ENV{'QPSMTPD_DEVELOPER'} ) {
plan skip_all => "not a developer, skipping POD tests";
};
--
1.7.9.6