--- 0.06 (6/12/2010) ---
    * fixed typo in prerequisites

--- 0.05 (5/12/2010) ---
    * added help message (--help flag)
    * made it so that --escape/--noescape and --color/--nocolor are mutually exclusive

--- 0.04 (5/12/2010) ---
    * added support for --no-color
    * made --no-color the default when Term::ANSIColor is not installed
    * removed Term::ANSIColor as a required module
    * changed --color and --escape parameters to allow positive and negative forms
    * split tests up into smaller files

--- 0.03 (2/12/2010) ---
    * added explicit module versions to combat failing test
    http://www.cpantesters.org/cpan/report/c52b1b66-fd4f-11df-94a1-c5f5cbcffce0

--- 0.02 (29/11/2010) ---
    * added the --one-color parameter
    * more tests

--- 0.01 (28/11/2010) ---
    * basic highlight functionality
    * --no-escape
    * --full-line
    * some POD
    * compile test