Bump version and update Changes
[pod-constants.git] / t / cheese.pl
1 use strict;
2 use warnings;
3
4 our $foo;
5
6 use Pod::Constants -trim => 1, foo => \$foo;
7
8 =head1 foo
9
10 detcepxe
11
12 =cut
13
14 1;
This page took 0.022334 seconds and 4 git commands to generate.