App-cpantimes
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
sub new {
my ($class, $identifier, $spec) = @_;
my %guts = (
identifier => $identifier,
description => $spec->{description},
prereqs => CPAN::Meta::Prereqs->new($spec->{prereqs}),
);
bless \%guts => $class;
}
sub identifier { $_[0]{identifier} }
sub description { $_[0]{description} }
sub prereqs { $_[0]{prereqs} }
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.888 second using v1.00-cache-2.02-grep-82fe00e-cpan-a086c87fca4 )