- or download this
Changes
MANIFEST
...
lib-
|-- Foobar.pm
t/
- or download this
use base qw( FooBar );
- or download this
# lib/FooBar.pm
...
my $current_age = $foo->age();
my $year_older = $foo->age({ age => 36, });
- or download this
perl Makefile.PL
sudo make install