projects
/
p5sagit/Excel-Template.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
543961e
)
Prepare development release 0.31_1
v0.31_1
Robert Bohne [Mon, 28 Jun 2010 14:53:19 +0000 (16:53 +0200)]
Changes
patch
|
blob
|
blame
|
history
MANIFEST.SKIP
patch
|
blob
|
blame
|
history
lib/Excel/Template.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
c8ed818
..
f382243
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,6
+1,6
@@
Revision history for Perl distribution Excel::Template
-X.XX
+0.31_1 Mon Jun 28 16:51:44 CEST 2010
- Add autofilter to worksheet
- Swichting to Module::Install
diff --git
a/MANIFEST.SKIP
b/MANIFEST.SKIP
index
28f5e2a
..
6dd949c
100644
(file)
--- a/
MANIFEST.SKIP
+++ b/
MANIFEST.SKIP
@@
-1,4
+1,7
@@
+# for developers only :)
+^Todo$
+
# Don't ship the last dist we built :)
\.tar\.gz$
diff --git
a/lib/Excel/Template.pm
b/lib/Excel/Template.pm
index
99f25ae
..
0cc0092
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';
+ $VERSION = '0.31_1';
@ISA = qw( Excel::Template::Base );
}