xref: /openbsd-src/gnu/usr.bin/perl/cpan/autodie/t/lib/lethal.pm (revision b8851fcc53cbe24fd20b090f26dd149e353f6174)
1b39c5158Smillertpackage lethal;
2b39c5158Smillert
3b39c5158Smillert# A dummy package showing how we can trivially subclass autodie
4b39c5158Smillert# to our tastes.
5b39c5158Smillert
6*b8851fccSafresh1use parent qw(autodie);
7b39c5158Smillert
8b39c5158Smillert1;
9