Move Archive::Tar from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / ext / autodie / t / lib / lethal.pm
1 package lethal;
2
3 # A dummy package showing how we can trivially subclass autodie
4 # to our tastes.
5
6 use base qw(autodie);
7
8 1;