Debian lenny version packages
[pkg-perl] / deb-src / libtest-pod-coverage-perl / libtest-pod-coverage-perl-1.08 / t / Simple.pm
1 package Simple;
2
3 sub foo {}
4 sub bar {}
5 sub baz {}
6
7 1;
8 __END__
9
10 # test module - three subs, one without, one with an item, one with a head2
11
12 =head2 Methods
13
14 =over
15
16 =item foo
17
18 this is foo
19
20 =back
21
22 =head2 bar
23
24 The bar is just a throwaway.
25
26 =head2 baz
27
28 baz is very important
29
30 =cut
31