X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FSchema%2FConstants.pm;h=95fa2a6f33371112c34d483a74fe2f6d72a879c1;hb=abf315bb9c2c78e40da9af6519e5daae76d60f08;hp=9a05d03f1685d5d95e027d5e8c46b343a76a1d91;hpb=a2bec4657aa9b4a7b925d5917c019a7a42cf77bb;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Schema/Constants.pm b/lib/SQL/Translator/Schema/Constants.pm index 9a05d03..95fa2a6 100644 --- a/lib/SQL/Translator/Schema/Constants.pm +++ b/lib/SQL/Translator/Schema/Constants.pm @@ -1,9 +1,9 @@ package SQL::Translator::Schema::Constants; # ---------------------------------------------------------------------- -# $Id: Constants.pm,v 1.42 2004-01-27 15:38:15 grommit Exp $ +# $Id: Constants.pm,v 1.43 2004-02-09 22:15:15 kycl4rk Exp $ # ---------------------------------------------------------------------- -# Copyright (C) 2003 Ken Y. Clark +# 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 @@ -63,7 +63,7 @@ use strict; use base qw( Exporter ); use vars qw( @EXPORT $VERSION ); require Exporter; -$VERSION = sprintf "%d.%02d", q$Revision: 1.42 $ =~ /(\d+)\.(\d+)/; +$VERSION = sprintf "%d.%02d", q$Revision: 1.43 $ =~ /(\d+)\.(\d+)/; @EXPORT = qw[ CHECK_C @@ -97,17 +97,12 @@ use constant UNIQUE => 'UNIQUE'; 1; +# ---------------------------------------------------------------------- + =pod =head1 AUTHOR -Ken Y. Clark Ekclark@cpan.orgE - -=head1 COPYRIGHT - -Copyright (c) 2003 - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Ken Y. Clark Ekclark@cpan.orgE. =cut