projects
/
p5sagit/Excel-Template.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c09684f
)
Update Excel::Template version
Rob Kinyon [Thu, 4 Nov 2004 18:14:03 +0000 (18:14 +0000)]
lib/Excel/Template.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Excel/Template.pm
b/lib/Excel/Template.pm
index
b716b6e
..
00e7531
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.13';
+ $VERSION = '0.14';
@ISA = qw( Excel::Template::Base );
}