Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libpod-coverage-perl / libpod-coverage-perl-0.19 / t / lib / XS4ALL.pm
1 package XS4ALL;
2 # some failing elements of XS4ALL's house style
3
4 =head2 $self->classes;
5
6 something somthing
7
8 =cut
9
10 sub classes {}
11
12 =head2 $level = $mmdb->transaction_level;
13
14 rhubarb rhubarb
15
16 =cut
17
18 sub transaction_level {}
19
20 =head2 $self->frobnicate();
21
22 mushrooms mushrooms
23
24 =cut
25
26 sub frobnicate {}
27
28
29 1;
30