# NAME Pod::Text::Color::Delight - Delight Light Highlight the POD # SYNOPSIS use Pod::Text::Color::Delight; my $parser = Pod::Text::Color::Delight->new; $parser->parse_from_filehandle("/path/to/your.pod"); # DESCRIPTION Pod::Text::Color::Delight is a subclass of [Pod::Text::Color](http://search.cpan.org/perldoc?Pod::Text::Color) that highlights the pod text by using ANSI color escape. Highlight of this module is a little radical in comparison with parent. For example, this module highlights headlines, links, and other several elements. Additionally, this module also highlights Perl code (e.g. SYNOPSIS). Basic usage is the same as [Pod::Text::Color](http://search.cpan.org/perldoc?Pod::Text::Color). So please refer it. # CONFIGURATION AND ENVIRONMENT You can configure colors as you like! What is necessary is just to put a `.pod\_text\_color\_delight` (this is configuration file) on your home directory. The example of a configuration file should look at samples. If you want to force the default settings, please set true value into __POD\_TEXT\_COLOR\_DELIGHT\_DEFAULT__ of environment variable. # REQUIREMENTS This module requires the terminal which is able to use 256 colors. If you use the terminal that does not meet the conditions, this module will not highlight texts completely. # SEE ALSO [Pod::Text](http://search.cpan.org/perldoc?Pod::Text), [Pod::Text::Color](http://search.cpan.org/perldoc?Pod::Text::Color) # LICENSE Copyright (C) moznion. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. # AUTHOR moznion