NAME

validate.tree.pl - Validate the contents of data/cpan.metacurator.sqlite

SYNOPSIS

export.as.tree.pl [options]

Options:
-help
-home_path
-include_packages
-log_level debug

All switches can be reduced to a single letter, except of course -he and -ho.

Exit value: 0.

OPTIONS

-help

Print help and exit.

home_path String

The path to the directory containing data/.

Default: $ENV{HOME}/perl.modules/CPAN-MetaCurator.

include_packages Boolean

Allow CPAN::MetaCurator to include or exclude the table 'packages' from CPAN::MetaPackager. If the table is included in processing, the code then recognizes all known module names.

scripts/validate.tree.sh looks for an env var called INCLUDE_PACKAGES.

Default: 0 (exclude).

-log_level String

Available log levels are trace, debug, info, warn, error and fatal, in that order.

Default: debug.