X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader.pm;h=7b889720312c2d0e9a26374831c0cfed0f5eafa5;hb=8d65c820c75aa98d34c0b884596ff1b571008b86;hp=bec081e0678f217d25ebffee72932ffbeb20a0b6;hpb=4e793de74348432fc7d185641bac24a47005e01e;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader.pm b/lib/DBIx/Class/Schema/Loader.pm index bec081e..7b88972 100644 --- a/lib/DBIx/Class/Schema/Loader.pm +++ b/lib/DBIx/Class/Schema/Loader.pm @@ -10,7 +10,7 @@ use Scalar::Util qw/ weaken /; # Always remember to do all digits for the version even if they're 0 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports # brain damage and presumably various other packaging systems too -our $VERSION = '0.07004'; +our $VERSION = '0.07009'; __PACKAGE__->mk_group_accessors('inherited', qw/ _loader_args @@ -78,6 +78,8 @@ DBIx::Class::Schema::Loader automates the definition of a L by scanning database table definitions and setting up the columns, primary keys, and relationships. +See L for the C utility. + DBIx::Class::Schema::Loader currently supports only the DBI storage type. It has explicit support for L, L, L, L, L (for Sybase ASE and MSSSQL), L (for @@ -522,6 +524,8 @@ spb: Stephen Bennett Matias E. Fernandez +mstratman: Mark A. Stratman + ... and lots of other folks. If we forgot you, please write the current maintainer or RT.