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 Simple1;

sub foo {}
sub bar {}
sub baz {}

1;
__END__

# test module - three subs, one without, one with an item, one with a head2

=head2 Methods

=over

=item foo

this is foo

=back

=head2 baz

baz is very important

=cut