projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9bfce1c
)
Fixed VERSION.
Ken Youens-Clark [Wed, 18 Jun 2003 23:15:11 +0000 (23:15 +0000)]
lib/SQL/Translator/Parser/Excel.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator/Parser/Excel.pm
b/lib/SQL/Translator/Parser/Excel.pm
index
fba2d2b
..
ab09eae
100644
(file)
--- a/
lib/SQL/Translator/Parser/Excel.pm
+++ b/
lib/SQL/Translator/Parser/Excel.pm
@@
-43,6
+43,7
@@
turn the data into a database tables or graphs.
use strict;
use vars qw($DEBUG $VERSION @EXPORT_OK);
$DEBUG = 0 unless defined $DEBUG;
+$VERSION = sprintf "%d.%02d", q$Revision: 1.7 $ =~ /(\d+)\.(\d+)/;
use Spreadsheet::ParseExcel;
use Exporter;