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

Changes for version 0.10

  • Changes:
  • "strno" attribute represents numeric value of object.
    • eval { open my $f, "/file" or Exception::System->throw }; if ($@ and $@ == &Errno::ENOENT) { warn "file not found" }
  • Uses "numeric_attribute" and "stringify_attributes" attributes.
  • Requires Exception::Base >= 0.18.

Modules

The exception class for system or library calls