NAME

App::RetroPAN - Makes a historic minicpan ⏳

SYNOPSIS

use App::RetroCPAN;

my ($author, $dist_name, $url) = find_module_on_date("2011-01-01T00:00:00", "Moose");

my @dependencies = find_deps_on_date_with_perl("2011-01-01T00:00:00", $], "Moose", "Mouse", "Moo", ...);

my @dependencies = find_modules_dependencies($author, $dist_name, $]);

DESCRIPTION

Uses the MetaCPAN API to find releases made prior to a given date to satisfy your modules' dependencies.

Core modules

Newer versions of modules existing in core are currently ignored. This may be desirable as users may be reluctant to upgrade core modules from CPAN.

SEE ALSO

LICENSE

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

AUTHOR

Dave Lambley <dlambley@cpan.org>