Fixed VERSION.
Ken Youens-Clark [Wed, 18 Jun 2003 23:15:11 +0000 (23:15 +0000)]
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;