Revision history for Perl extension Pod::HtmlEasy.

1.0108 2010-06-13

           Ooooh! A bugreport. Someone's actually using this stuff!
           RT ticket 58274. User names with embedded '.' are not
           parsed correctly. rather than improving the RE, I wanted to
           use Regexp::Common::Email::Address. It's the perl way, 
           be lazy. Alas, there's a bug there, so I fixed the local RE.
           Shamefully, I discovered that the last item in 
           test 12 of t/html.t included a dot-containing address,
           which was parsed incorrectly.
         2010-07-11
           - Replaced ExtUtils::MakeMaker (deprecated) with Module::Build
           - Added scripts/pod2indexed_html.pl to be installed. 
             Other scripts are useful only for debugging use of the module. 

1.0107 2009-11-05

           Changed generated HTML for C<> to use <code> instead of font change.
         2010-01-19
           Changed item index generation. Squeeze all \s to replace it
           with single space. Problem with =item *..foo @bar triggered
           mailto: for foo@bar.

1.0106 2009-06-09

           =item L<foobar> caused confused output because the href was
           converted twice.

1.0105 2009-05-16

           HTML in the index entry resulted in the inclusion of \c
           =index * followed by a long paragraph resulted in a long index
           entry if index_item was selected. Added index_length (default 60)
           to permit the entry to be truncated.

1.0104 2008-09-01

=item * followed by URL produced funny output.

1.0103 2008-06-04

           [36642] Perlpod states that hyperlinks can be in
           the format of: L<text|name>. podhtmleasy.pl doesn't create
           <a href="name">text</a>, but rather <a href="name">name</a>.
           Resolved: user was using v0.9
         2008-08-06
         - =item C<< <IFRAME SRC=...> >> causes all sorts of confusion.
           Need to encode the result of parselink() before evt_on_L().
         - Added pod2indexed_html.pl to scripts/

1.0102 2008-05-28

1.0101 2008-05-23

1.0100 2008-05-21

1.0005 2008-05-13

1.0004 2008-04-27

1.0003 2008-04-14

1.0002 2008-04-08

1.0001 2008-02-15

1.0000 2008-02-14

0.0914 2008-01-15

0.0913 2007-12-28

0.0912 2007-12-25

0.0911 2007-12-24

0.091 2007-04-03

0.09 2007-04-01

0.08_03 2006-11-13

0.08_02 2006-11-12

0.08_01 2006-09-25

0.07 2004-10-10

0.06 2004-05-09

0.05 2004-05-09

0.04 2004-02-05

0.03 2004-01-15

0.02 2004-01-13

0.01 2004-01-11 19:07:08