Testing is important. First, you should at least ensure that the code
you've written even compiles before you install it
and start playing with it. That test is free. You can invoke it
directly from the newly created Makefile by simply
typing make test, as in:
$ make test
cp Maps.pm blib/lib/Island/Plotting/Maps.pm
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/1....ok
All tests successful.
Files=1, Tests=1, 1 wallclock secs ( 0.08 cusr + 0.04 csys = 0.12 CPU)