[![Build Status](https://travis-ci.org/thibaultduponchelle/Acme-LSD.svg?branch=master)](https://travis-ci.org/thibaultduponchelle/Acme-LSD) [![Kritika Status](https://kritika.io/users/thibaultduponchelle/repos/thibaultduponchelle+Acme-LSD/heads/master/status.svg)](https://kritika.io/users/thibaultduponchelle/repos/thibaultduponchelle+Acme-LSD) # NAME Acme::LSD - A dumb module that colorize your prints # SYNOPSIS use Acme::LSD; # That's all ! # (You will see the effect as soon as you print something...) # e.g. print("Survive just one more day\n"); # DESCRIPTION Acme::LSD is a module that overrides the **CORE::GLOBAL::print** function. ## EXAMPLE For instance the code... #!/usr/bin/env perl use Acme::LSD; print `man man`; ... will produce