GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
autodie::skip(3) User Contributed Perl Documentation autodie::skip(3)

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

    use parent qw(autodie::skip);

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.

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

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

autodie, autodie::exception
2015-07-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.