logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

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.

License

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

Name

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

See Also

autodie, autodie::exception perl v5.40.1 2025-07-27 autodie::skip(3perl)

Synposis

use parent qw(autodie::skip);

See Also