X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FParser%2FStorable.pm;h=9b4f50eaa85a779ea9d3d4a54eb77753656bd81c;hb=821a0fde221f5accf93e3f65efa77b5a6733cb5e;hp=cbd4baf2378979914774dc4d51a30c01c7623ff5;hpb=df32118cf117e55896a1af4fb62a1031402b4d7a;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Parser/Storable.pm b/lib/SQL/Translator/Parser/Storable.pm index cbd4baf..9b4f50e 100755 --- a/lib/SQL/Translator/Parser/Storable.pm +++ b/lib/SQL/Translator/Parser/Storable.pm @@ -1,9 +1,9 @@ package SQL::Translator::Parser::Storable; # ------------------------------------------------------------------- -# $Id: Storable.pm,v 1.4 2003-10-15 16:52:04 kycl4rk Exp $ +# $Id$ # ------------------------------------------------------------------- -# Copyright (C) 2003 Paul Harrington . +# Copyright (C) 2002-4 SQLFairy Authors # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -42,7 +42,7 @@ the data into a database tables or graphs. use strict; use vars qw($DEBUG $VERSION @EXPORT_OK); $DEBUG = 0 unless defined $DEBUG; -$VERSION = sprintf "%d.%02d", q$Revision: 1.4 $ =~ /(\d+)\.(\d+)/; +$VERSION = sprintf "%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/; use Storable; use Exporter;