autodie::skip - Skip a package when throwing autodie exceptions
use parent qw(autodie::skip);
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 likePath::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 classDOESautodie::skip
instead.
Copyright 2013, Paul Fenwick <pjf@cpan.org>
This module is free software. You may distribute it under the same terms as Perl itself.
Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via theGitHub issue tracker oremail regarding any issues with the site itself, search, or rendering of documentation.
The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via thePerl issue tracker, themailing list, orIRC to report any issues with the contents or format of the documentation.