NAME

cpangit-create - create git branches for custom CPAN trees

USAGE

cpangit-create --upstream=URL BRANCH_NAME
cpangit-create --from=BRANCH [--from=BRANCH2 ...] BRANCH_NAME

Create a new Archive branch. If you specify --upstream, it automatically pulls from the remote URL as needed and acts like a local cache of the remote archive. If you specify --from it behaves like a curated archive and looks to --branch to import/update modules. --from can be specified multiple times.

You can later edit the cpan_ingit.json file to reconfigure a branch.

OPTIONS

--repo=PATH

Path to the Git repository of CPAN::InGit. Uses the .git dir at or above the current directory by default.

--upstream=URL

The URL of the upstream CPAN mirror

--from=BRANCH

Set a default source branch to import new moduels from.

VERSION

version 0.000_002

AUTHOR

Michael Conrad <mike@nrdvana.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2025 by Michael Conrad, and IntelliTree Solutions.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.