NAME
Exception::Cxx - Switch to ANSI C++ exceptions
SYNOPSIS
use Exception::Cxx;
DESCRIPTION
This module install arranges for perl to use ANSI C++ exceptions (instead of setjmp
/longjmp
). The reason you might want this is for integration with 3rd party libraries that already make use of C++ exceptions.