]> iEval git - pod-constants.git/blob - t/cheese.pl
11393f4dbf44bc031617fad8b40e24d61977c04a
[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.033675 seconds and 3 git commands to generate.