X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FProducer%2FOracle.pm;fp=lib%2FSQL%2FTranslator%2FProducer%2FOracle.pm;h=3363e9337443884e4e1002aac8cfc8eeaf9eb5e2;hb=e0583e2c4b2a78bd79b0565b5473bab118bcd3cf;hp=929fc8e2ef52fcd5ecfcef85ab9e6895b5cba69b;hpb=9b573dbd42b1ac744adaf69c00ea6a996016b158;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Producer/Oracle.pm b/lib/SQL/Translator/Producer/Oracle.pm index 929fc8e..3363e93 100644 --- a/lib/SQL/Translator/Producer/Oracle.pm +++ b/lib/SQL/Translator/Producer/Oracle.pm @@ -90,7 +90,7 @@ context the slash will be still there to ensure compatibility with SQLPlus. use strict; use warnings; our ( $DEBUG, $WARN ); -our $VERSION = '1.59'; +our $VERSION = '1.59_01'; $DEBUG = 0 unless defined $DEBUG; use base 'SQL::Translator::Producer';