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