
Dist::metadata provides an easy interface for getting various metadata about a perl module distribution.
this is mostly a wrapper around cpan::meta providing an easy interface to find and load the meta file from a tar.gz file. a dist can also be represented by a directory or merely a structure of data.
if the dist does not contain a meta file the module will attempt to determine some of that data from the dist.