
BackPAN::Version::Discover::Results - The results from BackPAN::Version::Discover

Version 0.01

See the documentation for BackPAN::Version::Discover for more info, like how to get this object with useful data in it.
# assuming $results is a BackPAN::Version::Discover::Results object...
my @releases = $results->release_paths();
my @vendor_mods = $results->vendor_mods();
my @unmatched_dists = $results->unmatched_dists();

Creates a new BackPAN::Version::Discover::Results object with the given parameters.
Note: You should never need to create this object directly!
Parameters:
returns a list of paths to the release tarballs as can be found on a backpan mirror.
returns a list of the names of modules that were likely installed via a vendor package, ie. Dpkg or RPM or ebuild, et al.
Note: since the same module can be installed in several places with several different versions, these modules are the ones that perl would load if they were used in a script.
returns a list of the names of CPAN distributions that appear to be installed, but a matching backpan release could not be determined.
You may have to track it down manually, or better yet, send me a patch!

Stephen R. Scaffidi, <sscaffidi at cpan.org>

Please report any bugs or feature requests to bug-backpan-version-discover at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=BackPAN-Version-Discover. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc BackPAN::Version::Discover
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=BackPAN-Version-Discover


Copyright 2010 Stephen R. Scaffidi.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.