The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use constant CLEAR	=> '';
use constant RESET	=> '';
use constant BOLD	=> '';
use constant DARK	=> '';
use constant UNDERLINE	=> '';
use constant UNDERSCORE	=> '';
use constant BLINK	=> '';
use constant REVERSE	=> '';
use constant CONCEALED	=> '';
use constant BLACK	=> '';
use constant RED	=> '';
use constant GREEN	=> '';
use constant YELLOW	=> '';
use constant BLUE	=> '';
use constant MAGENTA	=> '';
use constant CYAN	=> '';
use constant WHITE	=> '';
use constant ON_BLACK	=> '';
use constant ON_RED	=> '';
use constant ON_GREEN	=> '';
use constant ON_YELLOW	=> '';
use constant ON_BLUE	=> '';
use constant ON_MAGENTA	=> '';
use constant ON_CYAN	=> '';
1;