USAGE
cpangit-add [OPTIONS] [MODULE::NAME [VERSION]] ...
cpangit-add [OPTIONS] ./PATH/TO/CPANFILE
Add one or more modules, and their dependencies, to a mirror branch. This will add the files to the index, and you can then review and commit them.
A name with "/" or "\\" in it will be treated as a cpanfile. A name without will be treated as the name of a perl module to fetch from upstream.
OPTIONS
- --repo=PATH
-
Path to the Git repository of CPAN::InGit. Uses the
.gitdir at or above the current directory by default. - --branch=BRANCH_NAME
-
Branch name to commit the changes to. If this is the checked-out branch, the index will be updated but no commit will be generated.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 24:
=over without closing =back