File: Earle.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 (16 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package Earle;

=head1 NAME

Earle - ape Earle's odd layout stuff.

=head2 C<foo(),bar(),baz()>

These subs are useful if you need example subs

=cut

sub foo {}
sub bar {}

1;