From: Robert Bohne Date: Thu, 17 Jun 2010 21:24:37 +0000 (+0200) Subject: Add missing contributors and update Changes file X-Git-Tag: v0.31_1~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b572596edc6861d888a5981096e510dff6abb69e;p=p5sagit%2FExcel-Template.git Add missing contributors and update Changes file --- diff --git a/Changes b/Changes index 2485574..fb1b0d3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl distribution Excel::Template +X.XX + - Swichting to Module::Install + 0.31 Mo Dec 17 13:41:00 2007 - Add hide_gridlines to worksheet diff --git a/lib/Excel/Template.pm b/lib/Excel/Template.pm index c3a8a5f..0bc2562 100644 --- a/lib/Excel/Template.pm +++ b/lib/Excel/Template.pm @@ -452,12 +452,20 @@ This is production quality software, used in several production web applications =head1 AUTHOR - Rob Kinyon (rob.kinyon@gmail.com) + Rob Kinyon =head1 CONTRIBUTORS There is a mailing list at http://groups.google.com/group/ExcelTemplate or exceltemplate@googlegroups.com +=head2 Robert Bohne + +=over 4 + +=item * Swichting to Module::Install + +=back + =head2 Robert Graff =over 4 @@ -468,6 +476,14 @@ There is a mailing list at http://groups.google.com/group/ExcelTemplate or excel =back +=head2 Jens Gassmann + +=over 4 + +=item * Add hide_gridlines to worksheet + +=back + =head1 TEST COVERAGE I use L to test the coverage of my tests. Every release, I intend to improve these numbers.