]> iEval git - pod-constants.git/blob - t/cheese.pl
Simplify tests
[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.040785 seconds and 4 git commands to generate.