Changes for version 0.04 - 2010-05-27
- Bug fixed: if a module was dieing in a BEGIN block, Nagios::Plugin::DieNicely would capture it and exit. Now it will propagate the exception backwards. If it was in an eval block, the exception will be correctly captured. If it wasn't, the plugin will die in a non-nagios compatible way. Now running plugins under the debugger is possible, and doing use Math::BigInt try => 'GMP' without GMP installed will all work (yay!)
- Fixed test suite
Modules
Die in a Nagios output compatible way