NAME
Acme::Excuse - give excuses when your code fails
SYNOPSIS
$ perl -MAcme::Excuse -e 'oops a compile error!'
Somebody must have changed my code
$
use Acme::Excuse;
open my $fh, '<', 'non-existent' or die $!;
# dies with an excuse, e.g.
# "We didn't have enough time to peer review the final changes"
DESCRIPTION
When your code fails, consult http://www.programmerexcuses.com/ and give the correct excuse.
METHODS
None.
SEE ALSO
http://www.programmerexcuses.com/
REPOSITORY
Fork this module on GitHub: https://github.com/zoffixznet/Acme-Excuse
BUGS
To report bugs or request features, please use https://github.com/zoffixznet/Acme-Excuse/issues
If you can't access GitHub, you can email your request to bug-Acme-Excuse at rt.cpan.org
AUTHOR
LICENSE
You can use and distribute this module under the same terms as Perl itself. See the LICENSE
file included in this distribution for complete details.