The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package Simple2;

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

sub foo {}
sub baz {}
sub qux {}
sub naked {}



1;
__END__

=head2 Methods

=over

=item foo

this is foo

=item $object->baz()

=item B<qux>

=back

=cut