Why not adopt me?
NAME
Acme::Emoticarp - Carp and cluck in a more fun way.
VERSION
version 0.02
SYNOPSIS
use Acme::Emoticarp; # also uses 'use utf8'
ಠ_ಠ 'No user for this session!' unless defined $user;
o_O 'No arguments provided.' unless @ARGV;
DESCRIPTION
This module exports aliases for "cluck" in Carp and "croak" in Carp that are more amusing to use. Because some emoticons use UTF-8 names, utf8 is automatically turned on in the importing environment.
FUNCTIONS
o_O
An alias for "croak" in Carp.
ಠ_ಠ
An alias for "cluck" in Carp.
AUTHOR
Rob Hoelz <rob@hoelz.ro>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Rob Hoelz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/hoelzro/acme-emoticarp/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.