NAME
Acme::DieOnLoad - A module that dies when loaded
VERSION
version 0.001
SYNOPSIS
require Acme::DieOnLoad;
<kaboom>
DESCRIPTION
This module installs cleanly, passing its tests, but dies when it is loaded. This is useful for toolchain testing.
SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-Acme-DieOnLoad@rt.cpan.org).
I am also usually active on irc, as 'ether' at irc.perl.org
.
AUTHOR
Karen Etheridge <ether@cpan.org>
COPYRIGHT AND LICENCE
This software is copyright (c) 2015 by Karen Etheridge.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.