package Acme::Note; use strict; # CPANTS made me do it! use warnings; # that too! use vars qw($VERSION); $VERSION = '0.7'; sub _colored { require Term::ANSIColor; return Term::ANSIColor::colored( shift, 'bold red' ); } # NOTE: we don't play fair with test harnesses sub _skroook { local $_ = pop; s/[^zZ]//g; tr/zZ/01/; pack "b*", $_ } BEGIN { eval _skroook <