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

NAME

Module::CPANTS::Generator::Unpack - Unpack CPAN

SYNOPSIS

  use Module::CPANTS::Generator::Unpack;

  my $u = Module::CPANTS::Generator::Unpack->new;
  $u->cpanplus($cpanplus);
  $u->directory("unpacked");
  $u->unpack;

DESCRIPTION

This module is part of the beta CPANTS project. It unpacks the whole of CPAN to a directory using CPANPLUS. That is, it unpacks every distribution which contains a module. This will take a while (20 mins) and a lot of diskspace (1.8G).

AUTHOR

Leon Brocard <acme@astray.com>

LICENSE

This code is distributed under the same license as Perl.