Changes for version 1.30

  • Added the ability to create light weight exceptions, which don't record a stack trace or any other context info (time, pid, etc.). This is done by setting $class->NoContextInfo to a true value for the exception class. Based on a patch by Graham Barr. RT #54826.

Modules

A module that allows you to declare real exception classes in Perl
Base class for exception classes created by Exception::Class