The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Syntax-Highlight-Engine-Kate version 0.01
=========================================


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install
   
DEMOS

Following demos have been provided. hlhtml.pl and hlansi.pl. After
the make command you may want to try something like:

   cat bin/hlhtml.pl | perl -Mblib bin/hlansi.pl Perl

or

   cat bin/hlhtml.pl | perl -Mblib bin/hlhtml.pl Perl > tst.html
   
just to get an overview of what this module actually does.

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2006 by Hans Jeuken

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.3 or,
at your option, any later version of Perl 5 you may have available.