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 LaTeX-Table

0.5.0  Mon Nov 05 15:00:00 2007
       - die when value in cell is undef (fixes many warnings and funny
         results)
       - tabletail should work now  
       - added csv2pdf

0.4.0  Sat Oct 20 18:04:00 2007
       - tabledef_strategy

0.3.0  Sat Oct 20 18:04:00 2007
       - generate() tests data and header
       - themes test
       - pod corrections

0.2.1  Fri Oct 19 18:02:00 2007
       - Bugfix: callback $is_header == 1 in data 

0.2.0  Fri Oct 19 18:00:00 2007
       - use Text::Wrap for wrapping lines
       - callback
       - xtab tests

0.1.1  Thu Sep 20 18:03:00 2007
       - minor POD corrections
       - Bugfixes:
           * perlcritic optional,
             passes now with severity 1
             
0.1.0  Thu Sep 20 12:30:00 2007
       - API CHANGE: header and data now options
       - label optional 
       - caption optional
       - maincaption optional
       - custom themes can be set in new()
       - POD improvements
       - more tests
       - table environment optional
       - added examples.pdf
       - Bugfixes:
           * META.yml missing
           
0.0.3  Thu Mar  5 18:10:11 2007
       - t/perlcritic.t: required Test::Perl::Critic
       
0.0.2  Wed Feb 28 16:52:00 2007
       - Added missing dependencies in Build.PL 
       - Test::Perl::Critic passed

0.0.1  Thu Aug  3 12:10:07 2006
       Initial release.