summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/autodie/t/lib/lethal.pm
blob: 08c3cb6c5c3b474df83bc8cfa5eae5b1dbd2f701 (plain) (blame)
1
2
3
4
5
6
7
8
package lethal;

# A dummy package showing how we can trivially subclass autodie
# to our tastes.

use parent qw(autodie);

1;