DateTime-Moonpig

 view release on metacpan or  search on metacpan

t/lib/MyDaysInterval.pm  view on Meta::CPAN

package MyDaysInterval;                 # Silly example
sub new {
  my ($class, $days) = @_;
  bless { days => $days } => $class;
}

sub as_seconds { $_[0]{days} * 86400 }

1;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.344 second using v1.00-cache-2.02-grep-82fe00e-cpan-72ae3ad1e6da )