From 99cf4e69d18fbf2f974cc619610d08c0577f5a00 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Tue, 8 May 2012 21:30:29 -0400 Subject: [PATCH] removed useless unused void constant --- 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"; };