X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FSchema%2FConstants.pm;h=e03027fe6e51573aa9e3c65afa16dfbc5ed3baf4;hb=ba506e52c480afe33dfec6b38a12759fad1e7fa2;hp=9a68b3146e3a512a98c68c93420cceb9b0f33321;hpb=d4f84dd192edc7a64a0b1a9923f1bafc0bc5ef9d;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Schema/Constants.pm b/lib/SQL/Translator/Schema/Constants.pm index 9a68b31..e03027f 100644 --- a/lib/SQL/Translator/Schema/Constants.pm +++ b/lib/SQL/Translator/Schema/Constants.pm @@ -1,8 +1,6 @@ package SQL::Translator::Schema::Constants; # ---------------------------------------------------------------------- -# $Id: Constants.pm 1440 2009-01-17 16:31:57Z jawnsy $ -# ---------------------------------------------------------------------- # Copyright (C) 2002-2009 SQLFairy Authors # # This program is free software; you can redistribute it and/or @@ -61,8 +59,9 @@ This module exports the following constants for Schema features; use strict; use base qw( Exporter ); -use vars qw( @EXPORT ); +use vars qw( @EXPORT $VERSION ); require Exporter; +$VERSION = '1.60'; @EXPORT = qw[ CHECK_C @@ -105,6 +104,6 @@ use constant UNIQUE => 'UNIQUE'; =head1 AUTHOR -Ken Y. Clark Ekclark@cpan.orgE. +Ken Youens-Clark Ekclark@cpan.orgE. =cut