AnnoCPAN
view release on metacpan or search on metacpan
lib/AnnoCPAN/Dist.pm view on Meta::CPAN
sub mtime { shift->stat->mtime }
=item $obj->stat
Returns a L<File::stat> object for the distribution package.
=cut
sub stat {
my ($self) = @_;
$self->{stat} ||= File::stat::stat($self->pathname);
}
sub dbi_dist { shift->{dbi_dist} }
sub dbi_distver { shift->{dbi_distver} }
=item $obj->files
Returns a list of all the filenames in the package.
=cut
( run in 1.010 second using v1.01-cache-2.11-cpan-49f99fa48dc )