NAME

CPAN::Releases::Latest::Source::MetaCPAN - get latest release info from MetaCPAN

SYNOPSIS

use CPAN::Releases::Latest::Source::MetaCPAN;

my $source       = CPAN::Releases::Latest::Source::MetaCPAN->new();
my $release_info = $source->get_release_info();

DESCRIPTION

This is the default plugin used by CPAN::Releases::Latest to build up information about the latest release of dists currently on CPAN.

See the documentation for CPAN::Releases::Latest on the details of the interface, and the source of this module for what it does.

REPOSITORY

https://github.com/neilbowers/CPAN-Releases-Latest

AUTHOR

Neil Bowers <neilb@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Neil Bowers <neilb@cpan.org>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.