The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

  use Module::CPANTS::Generator::Backpan;

  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.