The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ExtUtils::FakeMaker - build fake dists for testing CPAN tools

VERSION

version 0.001

SYNOPSIS

  ExtUtils::FakeMaker->make_fakes({
    source => './dir-of-specs',
    dest   => './will-contain-tarballs',
  });

COPYRIGHT AND AUTHOR

This distribution was written by Ricardo Signes, <rjbs@cpan.org>.

Copyright 2008. This is free software, released under the same terms as perl itself.