CPAN::Indexer::Mirror - Creates the mirror.yml and mirror.json files


CPAN-Indexer-Mirror documentation  | view source Contained in the CPAN-Indexer-Mirror distribution.

Index


NAME

Top

CPAN::Indexer::Mirror - Creates the mirror.yml and mirror.json files

SYNOPSIS

Top

  use CPAN::Indexer::Mirror ();

  CPAN::Indexer::Mirror->new(
      root => '/cpan/root/directory',
  )->run;

DESCRIPTION

Top

This module is used to implement a small piece of functionality inside the CPAN/PAUSE indexer which generates mirror.yml and mirror.json.

These files are used to allow CPAN clients (via the Mirror::YAML or Mirror::JSON modules) to implement mirror validation and automated selection.

METHODS

Top

Anyone who needs to know more detail than the SYNOPSIS should read the (fairly straight forward) code.

SUPPORT

Top

Bugs should be reported via the CPAN bug tracker at

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CPAN-Indexer-Mirror

AUTHOR

Top

Adam Kennedy <adamk@cpan.org>

SEE ALSO

Top

Parse::CPAN::Authors, Parse::CPAN::Packages, Parse::CPAN::Modlist, Parse::CPAN::Meta, Parse::CPAN::MirroredBy

COPYRIGHT

Top


CPAN-Indexer-Mirror documentation  | view source Contained in the CPAN-Indexer-Mirror distribution.