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

NAME

Filesys::POSIX::Error - Throw Errno values with Carp::confess()

SYNOPSIS

    use Filesys::POSIX::Error;

    throw &Errno::ENOENT;

DESCRIPTION

Filesys::POSIX::Error provides throw(), a function which allows one to set $! and throw a stack trace containing a stringification thereof in one simple action.

AUTHOR

Written by Xan Tronix <xan@cpan.org>

CONTRIBUTORS

Rikus Goodell <rikus.goodell@cpanel.net>
Brian Carlson <brian.carlson@cpanel.net>

COPYRIGHT

Copyright (c) 2014, cPanel, Inc. Distributed under the terms of the Perl Artistic license.