X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FSchema%2FConstants.pm;h=e56e0628f02db6b6a440fb91643faf800297095e;hb=6f2cf9ca18d6589218199ce6cfbdb368df8254ad;hp=a1aab04320f9065ea710d368a72f99e77c043298;hpb=44659089c28216f1984873bc4aa8641e2e0e3410;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Schema/Constants.pm b/lib/SQL/Translator/Schema/Constants.pm index a1aab04..e56e062 100644 --- a/lib/SQL/Translator/Schema/Constants.pm +++ b/lib/SQL/Translator/Schema/Constants.pm @@ -1,23 +1,5 @@ package SQL::Translator::Schema::Constants; -# ---------------------------------------------------------------------- -# 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 -# published by the Free Software Foundation; version 2. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA -# ------------------------------------------------------------------- - =head1 NAME SQL::Translator::Schema::Constants - constants module @@ -58,12 +40,12 @@ This module exports the following constants for Schema features; =cut use strict; +use warnings; use base qw( Exporter ); -use vars qw( @EXPORT $VERSION ); require Exporter; -$VERSION = '1.59'; +our $VERSION = '1.59'; -@EXPORT = qw[ +our @EXPORT = qw[ CHECK_C FOREIGN_KEY FULL_TEXT @@ -98,8 +80,6 @@ use constant UNIQUE => 'UNIQUE'; 1; -# ---------------------------------------------------------------------- - =pod =head1 AUTHOR