Simplify tests
[pod-constants.git] / t / ReEntrancyTest.pm
index e6fc08b8d9f6270b46c91d7070ad871b78debd22..44f68a53a0691ec9a2fb7dc496be841ee8808e46 100644 (file)
@@ -1,9 +1,8 @@
-
 package ReEntrancyTest;
-
 use strict;
-use vars qw($wohoo $foo);
+use warnings;
 
+our $wohoo;
 use Pod::Constants -debug => 1, -trim => 1, foobar => \$wohoo;
 
 =head1 foobar
This page took 0.010166 seconds and 4 git commands to generate.