HTML/SyntaxHighlighter
======================

This is HTML::SyntaxHighlighter, a module for converting raw HTML into
HTML-escaped, highlighted code; suitable for inclusion within a web page.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

   HTML::Parser

COPYRIGHT AND LICENCE

Please report any bugs/suggestions to Alex Bowley <kilinrax@cpan.org>

Copyright (c) 2002 Alex Bowley. All rights reserved.
This program is free software; you can redistribute it and/or modify it under 
the same terms as Perl itself.