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

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

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.

Leon Brocard <acme@astray.com>

This code is distributed under the same license as Perl.