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

Changes for version 0.18 - 2014-11-21

  • Common
    • Fix minimal version of Perl.
    • Update Module::Install to 1.14 version.
  • Error::Pure::AllError
    • Clean code across new err_helper().
  • Error::Pure::Die
    • Clean code across new err_helper().
  • Error::Pure::Error
    • Clean code across new err_helper().
  • Error::Pure::ErrorList
    • Clean code across new err_helper().
  • Error::Pure::Print
    • Add EXAMPLE3 section to doc.
    • Clean code across new err_helper().
    • Code optimalization.
    • Rewrite to use Error::Pure::Output::Text::err_print() subroutine.
  • Error::Pure::PrintVar
    • First version.
  • Error::Pure::Utils
    • Improve processing of messages in err_helper(). Improve doc.

Modules

Perl module for structured errors.
Error::Pure module with full backtrace.
Error::Pure module with classic die.
Error::Pure module with error on one line with informations.
Error::Pure module with list of errors in one line with informations.
Error::Pure module for simple error print.
Error::Pure module for simple error print with all variables.
Utilities for structured errors.