Simplify tests
[pod-constants.git] / t / ReEntrancyTest.pm
CommitLineData
f46dd377 1package ReEntrancyTest;
f46dd377 2use strict;
8d07cc75 3use warnings;
f46dd377 4
8d07cc75 5our $wohoo;
f46dd377
MG
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.009309 seconds and 4 git commands to generate.