Changes for version 1.011 - 2025-02-13

  • you can now inject into an empty directory. Previously the module would throw an error about a missing 02packages file. Now the module just ignores that missing file and will recreate it. (#9)
  • document skip_cleanup and several other config values passed through to CPAN::Mini (#16, #17)
  • write the new 02packages data to a temp file first, then move it into place when it's complete. This keeps parallel processes from trying to edit the same file at the same time (#18)
  • error messages now include the name of the program and the names of any files involved. If you are testing for certain strings, you should check for the new strings.

Changes for version 1.009_01 - 2025-02-01

  • create 02packages as a temp file first, then move it into place. This is one of probably many problems with running several mcpani processes at the same time (#18)

Documentation

A command line tool to manage a CPAN Mini Mirror.

Modules

Inject modules into a CPAN::Mini mirror.
Config for CPAN::Mini::Inject