fix some doc, changes
Arthur Axel 'fREW' Schmidt [Sat, 8 May 2010 06:36:21 +0000 (01:36 -0500)]
Changes
lib/DBIx/Class/DeploymentHandler.pm
lib/DBIx/Class/DeploymentHandler/Deprecated.pm

diff --git a/Changes b/Changes
index 9efbb21..f7cf6c8 100644 (file)
--- 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
index c945044..44cc22f 100644 (file)
@@ -136,7 +136,7 @@ C<DBIx::Class::DeploymentHandler> extends
 L<DBIx::Class::DeploymentHandler::Dad>, 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<DBIx::Class::DeploymentHandler::Dad> expects to be filled.  They would be
 L<DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator>,
 L<DBIx::Class::DeploymentHandler::VersionHandler::Monotonic>,
index bd5a941..ebac393 100644 (file)
@@ -109,7 +109,7 @@ C<DBIx::Class::DeploymentHandler::Deprecated> extends
 L<DBIx::Class::DeploymentHandler::Dad>, 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<DBIx::Class::DeploymentHandler::Dad> expects to be filled.  They would be
 L<DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::Deprecated>,
 L<DBIx::Class::DeploymentHandler::VersionStorage::Deprecated>, and