NAME
cpan2rt - tool for importing CPAN meatdata into RT
USAGE
cpan2rt command [options]
# update
cpan2rt update
cpan2rt update --nosync --force --debug --home /opt/rt3 --datadir /var/lib/cpan2rt
LIST OF COMMANDS
- "update" - does full sync of data from a CPAN mirror into RT.
GENERAL OPTIONS
- --home - RT home
- --datadir - Storage for metadata
- --mirror - URI of a CPAN mirror
- --debug - Debug output
- --force - Force an action
- --sync - Sync files from a CPAN mirror
Some options may have different defaults for different commands as well as meaning. Boolean options can be prepended with 'no' to turn option off, for example --nosync.
COMMANDS
update
Does full sync of data from a CPAN mirror into RT. By default sync files from a mirror, use --nosync option to acvoid. Don't update corresponding data if file(s) hasn't been changed since last update, you can use --force option to force the action.