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