The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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");

DESCRIPTION

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

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>