Re: [Module-build-general] PATCH - package_versions() for Module::Info
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-03-30 23:34:36
|
On Sunday, March 30, 2003, at 05:20 PM, Ken Williams wrote: > > Here's a patch, attached, that adds a package_version() method to > Module::Info. It has the following documentation: > > =item B<package_versions> > > my $versions = $module->package_versions; > my %versions = $module->package_versions; After a little conversing with Schwern, I think we agreed it would probably be better to just have the list version, not scalar and list, since the rest of the interface uses lists everywhere. -Ken |