Help for this page
use strict; use warnings; ... $mindob->subtract(years => $agemax, days => 364 + $inclusive); return $maxdob->ymd('-'),$mindob->ymd('-'); }
my $max = shift || 0;
my $max = shift || $min;
use Test::More qw( no_plan ); ... ok 1 ok 2 1..2