The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catmandu::Cmd::info - list installed Catmandu modules

DESCRIPTION

This Catmandu::Cmd uses Catmandu::Importer::Modules to list all modules. By default modules are listed in tabular form, like Catmandu::Exporter::Table.

EXAMPLES

  catmandu info --exporters
  catmandu info --importers
  catmandu info --fixes
  catmandu info --stores
  catmandu info --validators
  catmandu info --namespace=Catmandu
  catmandu info --all

  # export list of exporter modules to JSON
  catmandu info --exporters to JSON