X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator.pm;h=4fe52253cfc3245fa7b74187bfba8df6c0654417;hb=34b8fea4af986e1d10670908837251c3a769401f;hp=1cbfcee16acd02d0c96e4283f37e232ab54b0a77;hpb=fce0f0b5b8782189bf6f15b01b590fa135097dc1;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator.pm b/lib/SQL/Translator.pm index 1cbfcee..4fe5225 100644 --- a/lib/SQL/Translator.pm +++ b/lib/SQL/Translator.pm @@ -3,7 +3,8 @@ package SQL::Translator; use Moo; our ( $DEFAULT_SUB, $DEBUG, $ERROR ); -our $VERSION = '0.11021'; +our $VERSION = '0.11024'; +$VERSION =~ tr/_//d; $DEBUG = 0 unless defined $DEBUG; $ERROR = "";