Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

autodie::skip

Name autodie::skip
Version 2.29
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/autodie/skip.pm
Is Core No
Search CPAN for this module autodie::skip
Documentation autodie::skip
Module Details autodie::skip

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 the Path::Tiny manpage 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, the autodie::exception manpage

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024