File: Trustme.pm

package info (click to toggle)
libpod-coverage-perl 0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 240 kB
  • sloc: perl: 611; makefile: 7
file content (40 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
package Trustme;

# test module - four subs, one with embedded pod item, one with a head2, one
# with a method call, one with nowt

sub foo {}
sub bar {}
sub baz {}
sub naked {}
sub private {}
sub trustme {}
sub trust_me {}


1;
__END__


=head2 METHODS

=over 4

=item foo

foo does foo to things

=item bar

bar does bar to things

=item baz

baz does baz to things

=back

This paragraph should be considered to be the docs for any
method containing the letter u in its name.

=cut