Add missing contributors and update Changes file
[p5sagit/Excel-Template.git] / lib / Excel / Template.pm
index 26a0d0e..0bc2562 100644 (file)
@@ -6,7 +6,7 @@ BEGIN {
     use Excel::Template::Base;
     use vars qw ($VERSION @ISA);
 
-    $VERSION  = '0.28';
+    $VERSION  = '0.31';
     @ISA      = qw( Excel::Template::Base );
 }
 
@@ -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 <rob.kinyon@gmail.com>
 
 =head1 CONTRIBUTORS
 
 There is a mailing list at http://groups.google.com/group/ExcelTemplate or exceltemplate@googlegroups.com
 
+=head2 Robert Bohne <rbo@cpan.org>
+
+=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<Devel::Cover> to test the coverage of my tests. Every release, I intend to improve these numbers.