Import version 0.17 from CPAN
[pod-constants.git] / t / cheese.pl
1
2 use strict;
3
4 use vars qw($foo);
5 use Pod::Constants -trim => 1, foo => \$foo;
6
7 =head1 foo
8
9 detcepxe
10
11 =cut
12
13 1;
This page took 0.021129 seconds and 4 git commands to generate.