The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Module::CPANTS::Generator::Backpan - Generate release information

SYNOPSIS

my $b = Module::CPANTS::Generator::Backpan->new;
$b->directory("unpacked");
$b->generate;

DESCRIPTION

This module is part of the beta CPANTS project. It scans through a Backpan mirror and generates the number of releases a distribution has made.

AUTHOR

Leon Brocard <acme@astray.com>

LICENSE

This code is distributed under the same license as Perl.