Reverted VERSION so it was no longer dependent on $Revision$, the semantics of which...
[dbsrgits/SQL-Translator.git] / lib / Test / SQL / Translator.pm
index 2958698..34d2a40 100644 (file)
@@ -34,7 +34,7 @@ use warnings;
 use base qw(Exporter);
 
 use vars qw($VERSION @EXPORT @EXPORT_OK);
-$VERSION = sprintf "%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/;
+$VERSION = 1.8;
 @EXPORT = qw(
     schema_ok
     table_ok