diff options
author | 2010-09-24 14:48:16 +0000 | |
---|---|---|
committer | 2010-09-24 14:48:16 +0000 | |
commit | b39c515898423c8d899e35282f4b395f7cad3298 (patch) | |
tree | 1112fe0668df8904d89127dcb37234a401c97c42 /gnu/usr.bin/perl/cpan/autodie/t/lib/lethal.pm | |
parent | use a better description for the vnd(4) entry on this file. (diff) | |
download | wireguard-openbsd-b39c515898423c8d899e35282f4b395f7cad3298.tar.xz wireguard-openbsd-b39c515898423c8d899e35282f4b395f7cad3298.zip |
Perl 5.12.2 from CPAN
Diffstat (limited to 'gnu/usr.bin/perl/cpan/autodie/t/lib/lethal.pm')
-rw-r--r-- | gnu/usr.bin/perl/cpan/autodie/t/lib/lethal.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/cpan/autodie/t/lib/lethal.pm b/gnu/usr.bin/perl/cpan/autodie/t/lib/lethal.pm new file mode 100644 index 00000000000..a49600a58af --- /dev/null +++ b/gnu/usr.bin/perl/cpan/autodie/t/lib/lethal.pm @@ -0,0 +1,8 @@ +package lethal; + +# A dummy package showing how we can trivially subclass autodie +# to our tastes. + +use base qw(autodie); + +1; |