Better check for XS-availability (and bump to M::I which provides it)
[p5sagit/Class-Accessor-Grouped.git] / t / pod_syntax.t
index 27de7c3..6791d5d 100644 (file)
@@ -1,16 +1,14 @@
-#!perl -wT
-# $Id$
 use strict;
 use warnings;
 
 BEGIN {
-    use lib 't/lib';
-    use Test::More;
+  use lib 't/lib';
+  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::Pod 1.00';
-    plan skip_all => 'Test::Pod 1.00 not installed' if $@;
+  eval 'use Test::Pod 1.00';
+  plan skip_all => 'Test::Pod 1.00 not installed' if $@;
 };
 
 all_pod_files_ok();