The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Module::MetaInfo::ModList.pm - get meta information from the modlist

DESCRIPTION

This uses the 03modlist.data file from CPAN to get meta information about perl modules.

FUNCTIONS

new(filename)

Creates an object and reads the modlist file if needed. At present the module list is read in for every ModList object created. This may change in future for greater efficiency, e.g. by doing it once and storing the result in a hash in the class.

FUNCTIONS

development_stage() support_level()

these functions return the development stage / support level as defined in the perl modules list using the coding defined in the modules list. This is an interface which is almost certain to change.

description() summary()

these functions return the description from the modules list. This isn't really a very good description, but is better than nothing. As a summary though it's fine.

author()

This returns the pause userid of the author of the module. This can normally be converted into an email address by adding @cpan.org at the end of it. Please don't put that on any web pages without using web trawler poison.