NAME
Term::Caca::Constants - libcaca constants from caca.h
SYNOPSIS
Import all constants into current package/namespace:
use Term::Caca::Constants ':all';
Only import the constants pertaining to events and keys:
use Term::Caca qw(:events :keys);