NAME
Acme::Frog - An amphibian wrapper around Carp
SYNOPSIS
use Acme::Frog;
ribbit("Something went wrong!"); # Carp::carp(...)
croak("Something went really wrong!"); # Carp::croak(...)
DESCRIPTION
Acme::Frog is a simple amphibian wrapper around Carp, providing access to "carp" in Carp through "ribbit" and "croak" in Carp through "croak".
AUTHOR
Matthew Horsfall (alh) - <wolfsage@gmail.com>