autodie::skip

CONTENTS

NAME

autodie::skip - Skip a package when throwing autodie exceptions

SYNPOSIS

use parent qw(autodie::skip);

DESCRIPTION

This dummy class exists to signal that the class inheriting it should be skipped when reporting exceptions from autodie. This is useful for utility classes like Path::Tiny that wish to report the location of where they were called on failure.

If your class has a better way of doing roles, then you should not load this class and instead simply say that your class DOES autodie::skip instead.

AUTHOR

Copyright 2013, Paul Fenwick <[email protected]>

LICENSE

This module is free software. You may distribute it under the same terms as Perl itself.

SEE ALSO

autodie, autodie::exception

© 1993–2020 Larry Wall and others
Licensed under the GNU General Public License version 1 or later, or the Artistic License.
The Perl logo is a trademark of the Perl Foundation.
https://perldoc.perl.org/5.30.3/autodie::skip