Debian lenny version packages
[pkg-perl] / deb-src / libpod-coverage-perl / libpod-coverage-perl-0.19 / t / lib / Simple2.pm
1 package Simple2;
2
3 # test module - four subs, one with embedded pod item, one with a head2, one
4 # with a method call, one with nowt
5
6 sub foo {}
7 sub baz {}
8 sub qux {}
9 sub naked {}
10
11
12
13 1;
14 __END__
15
16 =head2 Methods
17
18 =over
19
20 =item foo
21
22 this is foo
23
24 =item $object->baz()
25
26 =item B<qux>
27
28 =back
29
30 =cut
31