NAME
Acme::Insult - Code That Wasn't Raised Right
SYNOPSIS
use Acme::Insult qw[insult];
say insult;
DESCRIPTION
Acme::Insult is kind of a jerk.
METHODS
These functions may be imported by name or with the :all
tag.
insult( [...] )
Tear someone down.
my $shade = insult( ); # Random insult
print insult( ); # stringify
print insult( 'evil' );
Expected parameters include:
flavor
-
If undefined, a random supported flavor is used.
Currently, supported flavors include:
evil
-
Uses Acme::Insult::Evil
glax
-
Uses Acme::Insult::Glax
flavors( )
my @flavors = flavors( );
Returns a list of supported insult flavors.
LICENSE
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Sanko Robinson <sanko@cpan.org>
...but why?
I'm inflicting this upon the world because oodler577 invited me to help expand Perl's coverage of smaller open APIs. Blame them or join us in the effort.