I've tried to address Allen's concerns about naming of FKs, but still haven't
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / Excel.pm
index fba2d2b..ab09eae 100644 (file)
@@ -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;