HTML::Embellish version 0.04, released September 25, 2010 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 5.8.0 HTML::Tree 3.21 CHANGES Here's what's new in version 0.04 of HTML::Embellish: (See the file "Changes" for the full revision history.) - Convert any whitespace between a period and an ending punctuation mark to   (Previously, only an actual space was accepted) - Fixed tests to work with HTML-Tree 4 (trailing whitespace issue) COPYRIGHT AND LICENSE This software is copyright (c) 2010 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.