Simplify tests
[pod-constants.git] / t / cheese.pl
index 11393f4dbf44bc031617fad8b40e24d61977c04a..f0fdbef025593ded8a5dde3152ddcb7a3abc79aa 100644 (file)
@@ -1,7 +1,8 @@
-
 use strict;
+use warnings;
+
+our $foo;
 
-use vars qw($foo);
 use Pod::Constants -trim => 1, foo => \$foo;
 
 =head1 foo
This page took 0.008844 seconds and 4 git commands to generate.