CPAN::Faker

Build a bogus CPAN instance for testing
Download

CPAN::Faker Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ricardo Signes
  • Publisher web site:
  • http://search.cpan.org/~rjbs/

CPAN::Faker Tags


CPAN::Faker Description

Build a bogus CPAN instance for testing CPAN::Faker is a pretty "special-needs" Perl module. It's for people who are writing tools that will operate against a copy of the CPAN (or something just like it), and who need data to test those tools against.Because the real CPAN is constantly changing, and a mirror of the CPAN is a pretty big chunk of data to deal with, CPAN::Faker lets you build a fake CPAN-like directory tree out of simple descriptions of the distributions that should be in your fake CPAN.SYNOPSIS use CPAN::Faker; my $cpan = CPAN::Faker->new({ source => './eg', dest => './will-contain-fakepan', }); $cpan->make_cpan; Requirements: · Perl


CPAN::Faker Related Software