projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4d5d28c
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Test/SQL/Translator.pm
b/lib/Test/SQL/Translator.pm
index
2958698
..
34d2a40
100644
(file)
--- a/
lib/Test/SQL/Translator.pm
+++ b/
lib/Test/SQL/Translator.pm
@@
-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