projects
/
p5sagit/Excel-Template.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
87b1b24
)
Build version 0.32
v0.32
Robert Bohne [Mon, 5 Jul 2010 17:00:04 +0000 (19:00 +0200)]
Changes
patch
|
blob
|
blame
|
history
lib/Excel/Template.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
f382243
..
2d21316
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,8
@@
Revision history for Perl distribution Excel::Template
+0.32 Mon Jul 5 18:58:05 CEST 2010
+ Official release for development release 0.31_1
+
0.31_1 Mon Jun 28 16:51:44 CEST 2010
- Add autofilter to worksheet
- Swichting to Module::Install
diff --git
a/lib/Excel/Template.pm
b/lib/Excel/Template.pm
index
0cc0092
..
9655043
100644
(file)
--- a/
lib/Excel/Template.pm
+++ b/
lib/Excel/Template.pm
@@
-6,7
+6,7
@@
BEGIN {
use Excel::Template::Base;
use vars qw ($VERSION @ISA);
- $VERSION = '0.31_1';
+ $VERSION = '0.32';
@ISA = qw( Excel::Template::Base );
}