HTML::Embellish version 0.07, released April 20, 2012


HTML::Embellish adds typographical enhancements to HTML text.  It
converts certain ASCII characters to Unicode characters.  It converts
quotation marks and apostrophes into curly quotes.  It converts
hyphens into em-dashes.  It inserts non-breaking spaces between the
periods of an ellipsis.  (It doesn't use the HORIZONTAL ELLIPSIS
character (U+2026), because I like more space in my ellipses.)



INSTALLATION

To install this module, run the following commands:

   perl Makefile.PL
   make
   make test
   make install



DEPENDENCIES

 Package     Minimum Version
 ----------- ---------------
 perl         v5.8.0
 HTML::Tree   3.21



CHANGES
   Here's what's new in version 0.07 of HTML::Embellish:
   (See the file "Changes" for the full revision history.)

       - Add 'gainst, 'nuff, 'rithmetic, 'spect, & 'tweren't as special cases
       - New tests: 00-all_prereqs.t & 30-special.t



COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Christopher J. Madsen.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.