Reverted VERSION so it was no longer dependent on $Revision$, the semantics of which...
Jonathan Yu [Thu, 29 Jan 2009 16:29:37 +0000 (16:29 +0000)]
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