NAME

cpandeps - A tool to list non-core CPAN dependencies recursively.

Usage

Usage: cpandeps [OPTIONS] Module::Name

  cpandeps SPVM::JSON

  # Only show modules with native or precompile classes
  cpandeps --native-class-only SPVM::JSON

  # Use with xargs for reinstallation
  cpandeps SPVM::JSON | xargs cpanm --reinstall

Options:
  -h, --help                Shows this message
  -v, --verbose             Shows recursive dependency tree to STDERR
  --native-class-only       Outputs only modules containing native/precompile rules