NAME
colorize - watch for file changes and colorize them
SYNOPSIS
colorize /absolute/path/lib /absolute/path/t/tests
DESCRIPTION
This program takes a list of directories and watches for changes to any files ending in .pm, .pl, or .t. For any of those files, if the change types (per File::ChangeNotify is create or modify, it will attempt to syntax highlight that file. Thus, while using the debugger, rather than syntax highlighting the code when you enter the debugger (and having a huge wait), this code attempts to syntax highlight your code before you enter the debugger.
EXAMPLE ONLY
This code is only an example. You'll likely need to customize it for your situation.
AUTHOR
Curtis "Ovid" Poe, <ovid at cpan.org>
BUGS
Please report any bugs or feature requests through the web interface at https://github.com/Ovid/DB--Color/issues. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc DB::Color
You can also look for information at:
Bug tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
Thanks to Nick Perez, Liz, and the 2012 Perl Hackathon for helping to overcome some major hurdles with this module.
LICENSE AND COPYRIGHT
Copyright 2011 Curtis "Ovid" Poe.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.