HTML-BBReverse 0.07
===================

HTML::BBReverse is a pure perl module for converting BBCode to
HTML and is able to convert the generated HTML back to BBCode.

INSTALLATION

 To install this module type the following:

   perl Build.pl
   ./Build
   ./Build test
   ./Build install
   
 Or, if you're on a platform (like DOS or Windows) that doesn't
 like  the "./" notation, you can do this:

   perl Build.PL
   perl Build
   perl Build test
   perl Build install


DEPENDENCIES

  perl, should work on 5.8, not tested on 5.6 but may also work


COPYRIGHT AND LICENCE

 Copyright (C) 2005-2006 by Y. Heling
 This library is free software; you can redistribute it
 and/or modify it under the same terms as Perl itself.