From: Arthur Axel 'fREW' Schmidt Date: Sat, 8 May 2010 06:36:21 +0000 (-0500) Subject: fix some doc, changes X-Git-Tag: v0.001000_07~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=commitdiff_plain;h=961d42b1b180a6fa3abf7d751ef56e184e8b6d96 fix some doc, changes --- diff --git a/Changes b/Changes index 9efbb21..f7cf6c8 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,12 @@ Revision history for {{$dist->name}} {{$NEXT}} + - Serious changes to architecture by using MXRP instead + of lots of repetitive roles 0.001000_06 2010-05-05 00:46:24 CST6CDT - Add a bunch of boilerplate and not so boilerplate doc - - rename sqltargs attribute to sql_translator_args + - rename sqltargs attribute to sql_translator_args 0.001000_05 2010-05-04 13:37:29 CST6CDT - put schema_version attr in more places diff --git a/lib/DBIx/Class/DeploymentHandler.pm b/lib/DBIx/Class/DeploymentHandler.pm index c945044..44cc22f 100644 --- a/lib/DBIx/Class/DeploymentHandler.pm +++ b/lib/DBIx/Class/DeploymentHandler.pm @@ -136,7 +136,7 @@ C extends L, so that's probably the first place to look when you are trying to figure out how everything works. -Next would be to look at all the roles that fill in the blanks that +Next would be to look at all the pieces that fill in the blanks that L expects to be filled. They would be L, L, diff --git a/lib/DBIx/Class/DeploymentHandler/Deprecated.pm b/lib/DBIx/Class/DeploymentHandler/Deprecated.pm index bd5a941..ebac393 100644 --- a/lib/DBIx/Class/DeploymentHandler/Deprecated.pm +++ b/lib/DBIx/Class/DeploymentHandler/Deprecated.pm @@ -109,7 +109,7 @@ C extends L, so that's probably the first place to look when you are trying to figure out how everything works. -Next would be to look at all the roles that fill in the blanks that +Next would be to look at all the pieces that fill in the blanks that L expects to be filled. They would be L, L, and