]> iEval git - pod-constants.git/blame_incremental - t/ReEntrancyTest.pm
Simplify tests
[pod-constants.git] / t / ReEntrancyTest.pm
... / ...
CommitLineData
1package ReEntrancyTest;
2use strict;
3use warnings;
4
5our $wohoo;
6use Pod::Constants -debug => 1, -trim => 1, foobar => \$wohoo;
7
8=head1 foobar
9
10Re-entrancy works!
11
12=cut
13
141;
This page took 0.021659 seconds and 4 git commands to generate.