NAME

dta-cab-version.perl - report analyzer and resource version information

SYNOPSIS

 dta-cab-version.perl [OPTIONS...]

 General Options:
  -help                           ##-- show short usage summary
  -man                            ##-- show longer help message
  -version                        ##-- show version & exit
  -verbose LEVEL                  ##-- set default log level
  -log-level LEVEL                ##-- set minimum log level (default=INFO)
  -config RCFILE                  ##-- configuration file to load

 I/O Options:
  -text                           ##-- text output (default)
  -json                           ##-- JSON output
  -yaml                           ##-- YAML output
  -perl                           ##-- perl output

DESCRIPTION

dta-cab-version.perl reports resource version information for the specified DTA::CAB::Analyzer.

OPTIONS AND ARGUMENTS

General Options

-help

Display a short help message and exit.

-man

Display a longer help message and exit.

-version

Display program and module version information and exit.

-verbose

Set default log level (trace|debug|info|warn|error|fatal).

I/O Options

-text

Select text output (default).

-json

Select JSON output.

-perl

Select perl output.

ACKNOWLEDGEMENTS

Perl by Larry Wall.

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2017-2019 by Bryan Jurish. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.24.1 or, at your option, any later version of Perl 5 you may have available.

SEE ALSO

dta-cab-analyze.perl(1), dta-cab-convert.perl(1), dta-cab-xmlrpc-server.perl(1), dta-cab-xmlrpc-client.perl(1), DTA::CAB(3pm), perl(1), ...