The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for LaTeX-Table

0.6.2  Wed Apr 16 11:28:00 2008
       - made new Perl::Critic happy
       - Bugfix: \hline in xtab/booktabs
       
0.6.1  Tue Mar 04 16:00:00 2008
       - added kwalitee test
       - added perl 5.8 dependency
       - added licence in Makefile.PL
       - Bugfix: \hline instead of \midrule

0.6.0  Wed Nov 07 15:00:00 2007
       - support for booktabs.sty
       - Zurich standard
       - width
       - regex IS_A_NUMBER compiled only once (same bug again)

0.5.2  Tue Nov 06 18:00:00 2007
       - tests produced latextable.tex in /
       - replaced Regexp::Common with perlfaq4 regexes. MUCH faster now.
       - new theme Berlin
       - custom IS_A_NUMBER regex ignored
       - cvs2pdf: 
           - support for themes
           - Berlin default (first column contains data in CSV)

0.5.1  Tue Nov 06 12:00:00 2007
       - xtab: last page not centered when center=1
       - csv2pdf:
           - typos in POD
           - --man not working
           - moved to directory bin
           - removed "continued on next page" tabletail
           - xentrystretch 0.001 (more rows per page)

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.