From: Mark Addison Date: Tue, 27 Jan 2004 15:38:15 +0000 (+0000) Subject: Added list of constants exported to the docs. X-Git-Tag: v0.06~226 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a2bec4657aa9b4a7b925d5917c019a7a42cf77bb;p=dbsrgits%2FSQL-Translator.git Added list of constants exported to the docs. --- diff --git a/lib/SQL/Translator/Schema/Constants.pm b/lib/SQL/Translator/Schema/Constants.pm index 07ed979..9a05d03 100644 --- a/lib/SQL/Translator/Schema/Constants.pm +++ b/lib/SQL/Translator/Schema/Constants.pm @@ -1,7 +1,7 @@ package SQL::Translator::Schema::Constants; # ---------------------------------------------------------------------- -# $Id: Constants.pm,v 1.41 2003-11-07 16:53:31 kycl4rk Exp $ +# $Id: Constants.pm,v 1.42 2004-01-27 15:38:15 grommit Exp $ # ---------------------------------------------------------------------- # Copyright (C) 2003 Ken Y. Clark # @@ -35,7 +35,27 @@ SQL::Translator::Schema::Constants - constants module =head1 DESCRIPTION -This module exports a several constants to like "primary key," etc. +This module exports the following constants for Schema features; + +=over 4 + +=item CHECK_C + +=item FOREIGN_KEY + +=item FULL_TEXT + +=item NOT_NULL + +=item NORMAL + +=item NULL + +=item PRIMARY_KEY + +=item UNIQUE + +=back =cut @@ -43,7 +63,7 @@ use strict; use base qw( Exporter ); use vars qw( @EXPORT $VERSION ); require Exporter; -$VERSION = sprintf "%d.%02d", q$Revision: 1.41 $ =~ /(\d+)\.(\d+)/; +$VERSION = sprintf "%d.%02d", q$Revision: 1.42 $ =~ /(\d+)\.(\d+)/; @EXPORT = qw[ CHECK_C