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
COPYRIGHT
Copyright (c) 2014, cPanel, Inc. Distributed under the terms of the Perl Artistic license.