NAME
BackPAN::Version::Discover::Results - The results from BackPAN::Version::Discover
VERSION
Version 0.01
SYNOPSIS
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();
SUBROUTINES/METHODS
new
Creates a new BackPAN::Version::Discover::Results object with the given parameters.
Note: You should never need to create this object directly!
Parameters:
releases_matched
skipped_modules
dists_not_matched
searched_dirs
dist_info
scan_args
release_paths
returns a list of paths to the release tarballs as can be found on a backpan mirror.
vendor_mods
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.
unmatched_dists
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!
AUTHOR
Stephen R. Scaffidi, <sscaffidi at cpan.org>
BUGS
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.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc BackPAN::Version::Discover
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=BackPAN-Version-Discover
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
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.