1autodie::skip(3)      User Contributed Perl Documentation     autodie::skip(3)
2
3
4

NAME

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

SYNPOSIS

9           use parent qw(autodie::skip);
10

DESCRIPTION

12       This dummy class exists to signal that the class inheriting it should
13       be skipped when reporting exceptions from autodie.  This is useful for
14       utility classes like Path::Tiny that wish to report the location of
15       where they were called on failure.
16
17       If your class has a better way of doing roles, then you should not load
18       this class and instead simply say that your class DOES "autodie::skip"
19       instead.
20

AUTHOR

22       Copyright 2013, Paul Fenwick <pjf@cpan.org>
23

LICENSE

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

SEE ALSO

29       autodie, autodie::exception
30
31
32
33perl v5.16.3                      2013-02-22                  autodie::skip(3)
Impressum