manpagez: man pages & more
man autodie::skip(3)
Home | html | info | man
autodie::skip(3pm)     Perl Programmers Reference Guide     autodie::skip(3pm)




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 <pjf@cpan.org>


LICENSE

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


SEE ALSO

       autodie(3), autodie::exception(3)



perl v5.24.0                      2016-03-01                autodie::skip(3pm)

perl 5.24 - Generated Thu Nov 3 05:55:49 CDT 2016
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.