X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=bin%2Fsqlt-graph;fp=bin%2Fsqlt-graph;h=20b0adc5733e97b2e2d8f569fa4f75c26c16f481;hb=da06ac74ada30aacf656943306679a28605ad5c8;hp=e3aa3b56c688e88cfc0b15c4bf599b5b55832056;hpb=2f6cf72d51837a94a6c0b7f71e5dbc0cffc70386;p=dbsrgits%2FSQL-Translator.git diff --git a/bin/sqlt-graph b/bin/sqlt-graph index e3aa3b5..20b0adc 100755 --- a/bin/sqlt-graph +++ b/bin/sqlt-graph @@ -98,6 +98,9 @@ use GraphViz; use Pod::Usage; use SQL::Translator; +use vars '$VERSION'; +$VERSION = '1.99'; + # # Get arguments. #