TITLE

Build_Repos.PL - Build the CPAN::Access::AdHoc mock repository

SYNOPSIS

Build_Repos.PL
Build_Repos.PL -help
Build_Repos.PL -version

OPTIONS

-help

This option displays the documentation for this script. The script then exits.

-verbose

This option causes progress information to be written. Of course, if you are building modules with ExtUtils::MakeMaker, the information you want may get lost in all of ExtUtils::MakeMaker's verbosity.

-version

This option displays the version of this script. The script then exits.

DETAILS

This Perl script builds the mock CPAN repository used to test CPAN::Access::AdHoc. It expects the source to be in mock/src/repos/, and it places the output in mock/repos/.

The mock/src/repos/ directory is expected to contain one directory for each pseudo-CPAN ID. Under that directory are source directories for packages by that author.

AUTHOR

Thomas R. Wyant, III wyant at cpan dot org

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Thomas R. Wyant, III

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.