]> iEval git - pod-constants.git/blame - t/Cheese.pm
Auto reindent Constants.pm
[pod-constants.git] / t / Cheese.pm
CommitLineData
f46dd377
MG
1package Cheese;
2
3use strict;
4
5use vars qw($foo $quux);
6use Pod::Constants -debug => 1, -trim => 1,
7 foo => \$foo,
8 bar => sub { print "GOT HERE\n"; eval "use ReEntrancyTest";
9 print "GOT HERE TOO. \$\@ is `$@'\n"; },
10 quux => \$quux,
11;
12
13=head1 foo
14
15detcepxe
16
17=head1 bar
18
19=head2 quux
20
21Blah.
22
23=cut
24
251;
This page took 0.01982 seconds and 4 git commands to generate.