]> iEval git - pod-constants.git/blob - t/ReEntrancyTest.pm
e6fc08b8d9f6270b46c91d7070ad871b78debd22
[pod-constants.git] / t / ReEntrancyTest.pm
1
2 package ReEntrancyTest;
3
4 use strict;
5 use vars qw($wohoo $foo);
6
7 use Pod::Constants -debug => 1, -trim => 1, foobar => \$wohoo;
8
9 =head1 foobar
10
11 Re-entrancy works!
12
13 =cut
14
15 1;
This page took 0.044237 seconds and 3 git commands to generate.