The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>