1package Trustme; 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 6sub foo {} 7sub bar {} 8sub baz {} 9sub naked {} 10sub private {} 11sub trustme {} 12sub trust_me {} 13 14 151; 16__END__ 17 18 19=head2 METHODS 20 21=over 4 22 23=item foo 24 25foo does foo to things 26 27=item bar 28 29bar does bar to things 30 31=item baz 32 33baz does baz to things 34 35=back 36 37This paragraph should be considered to be the docs for any 38method containing the letter u in its name. 39 40=cut 41