Excise most redundant explicit return() ops
[p5sagit/Class-Accessor-Grouped.git] / t / style_no_tabs.t
index 1efcefd..0c6986d 100644 (file)
@@ -1,15 +1,13 @@
-#!perl -wT
-# $Id$
 use strict;
 use warnings;
 
 BEGIN {
-    use Test::More;
+  use Test::More;
 
-    plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
+  plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
 
-    eval 'use Test::NoTabs 0.03';
-    plan skip_all => 'Test::NoTabs 0.03 not installed' if $@;
+  eval 'use Test::NoTabs 0.03';
+  plan skip_all => 'Test::NoTabs 0.03 not installed' if $@;
 };
 
 all_perl_files_ok('lib');