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

Changes for version 1.75 - 2017-06-28

  • No functional changes since last dev release.

Changes for version 1.74_004 - 2017-06-21

  • Remove Log::Any support. To show logs from Log::Any, install Log::Any::Adapter::LogGer and run CLI scripts with PERL5OPT=-MLog::Any::Adapter=LogGer.

Changes for version 1.74_003 - 2017-06-19

  • Really replace Log::Any with Log::ger, previous couple of commits were screwed up.

Changes for version 1.74_002 - 2017-06-19

  • No functional changes.
  • Forgot to update the summaries for --log-level, --debug, et al about not having to use LOG=1 etc crap.
  • UPDATE: this release was broken.

Changes for version 1.74_001 - 2017-06-19

  • [Experimental] Switch from Log::Any to Log::ger. Log::ger provides smaller startup overhead and will allow us to change levels during program run. The effect of this switch is that logs produced by modules that use Log::Any won't show by default; to show Log::Any logs run your CLI scripts with LOG_ANY=1.
  • UPDATE: this release was broken.

Modules

Base class for Perinci::CmdLine{::Classic,::Lite}
A Rinci/Riap-based command-line application framework