X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FSchema%2FConstants.pm;h=a1aab04320f9065ea710d368a72f99e77c043298;hb=1ced2a25380c28174c07743b19820ec6d1d4f74f;hp=a20155775713980f303580de7a7b85aff81f43e4;hpb=531652d6a65d2f990c431008ee44c3f8ca853d95;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Schema/Constants.pm b/lib/SQL/Translator/Schema/Constants.pm index a201557..a1aab04 100644 --- a/lib/SQL/Translator/Schema/Constants.pm +++ b/lib/SQL/Translator/Schema/Constants.pm @@ -1,9 +1,7 @@ package SQL::Translator::Schema::Constants; # ---------------------------------------------------------------------- -# $Id: Constants.pm,v 1.43 2004-02-09 22:15:15 kycl4rk Exp $ -# ---------------------------------------------------------------------- -# Copyright (C) 2002-4 SQLFairy Authors +# Copyright (C) 2002-2009 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 @@ -63,7 +61,7 @@ use strict; use base qw( Exporter ); use vars qw( @EXPORT $VERSION ); require Exporter; -$VERSION = sprintf "%d.%02d", q$Revision: 1.43 $ =~ /(\d+)\.(\d+)/; +$VERSION = '1.59'; @EXPORT = qw[ CHECK_C @@ -106,6 +104,6 @@ use constant UNIQUE => 'UNIQUE'; =head1 AUTHOR -Ken Y. Clark Ekclark@cpan.orgE. +Ken Youens-Clark Ekclark@cpan.orgE. =cut