autodie::skip - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNPOSIS DESCRIPTION AUTHOR LICENSE SEE ALSO
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 AT cpan.org>

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

SEE ALSO
    autodie, autodie::exception


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 05:18 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top