The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for HTML-Table-FromDatabase

0.07    2010-01-29
        Very minor release, finally applying patch kindly provided in RT ticket
        #51752 by by Frank Wiegand - thanks Frank!

0.06    2009-10-03
        Make the -override_headers and -rename_headers options work by applying
        patch supplied by Ireneusz Pluta in RT ticket #50164.
        Thanks Ireneusz!
        Also improved mock.t testes slightly.

0.05    2009-07-23
        Improve documentation, including the new -override_headers &
        -rename_headers options added earlier.

0.04    2009-07-23
        Add -override_headers and -rename_headers options, to allow the table
        headings to be customised easily.
        Pass the row hashref to callbacks, in case they need to look at the rest
        of the row in order to apply their transformation properly (this should
        not break existing code).

0.03    2008-11-19
        Add -html option, to allow HTML fetched from the database to be
        automatically stripped or encoded.

0.02    2008-08-21
        Add ability to provide callbacks to modify data on the fly
        as the table is being constructed.

0.01    2008-08-20
        First version, released on an unsuspecting world.

$Id: Changes 823 2010-01-29 20:31:43Z davidp $