]> iEval git - pod-constants.git/blob - t/cheese.pl
Apply spelling patch from gregoa @ Debian (RT #72452)
[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.045172 seconds and 4 git commands to generate.