updated CHANGES, removed debug code left by accident, added a bit of POD regarding...
John Napiorkowski [Fri, 18 Jul 2008 14:14:28 +0000 (14:14 +0000)]
Changes
lib/DBIx/Class/Storage/DBI/Replicated.pm
lib/DBIx/Class/Storage/DBI/Replicated/Replicant.pm

diff --git a/Changes b/Changes
index e6bd62d..a7367b8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -19,8 +19,8 @@ Revision history for DBIx::Class
           names should now be consistent and collision-free.
         - Improve handling of explicit key attr in ResultSet::find
         - Add warnings for non-unique ResultSet::find queries
-        - Changed Storage::DBI::Replication to Storage::DBI::Replicated, fixed
-          some problems using this with versioned databases, added some docs
+        - Changed Storage::DBI::Replication to Storage::DBI::Replicated and
+          refactored support.
         - By default now deploy/diff et al. will ignore constraint and index 
           names
         - Add ResultSet::_is_deterministic_value, make new_result filter the
index 62343aa..582fc7f 100644 (file)
@@ -449,8 +449,6 @@ inserted something and need to get a resultset including it, etc.
 
 =cut
 
-use Benchmark;
-
 sub execute_reliably {
   my ($self, $coderef, @args) = @_;
   
index b766bed..2367d4a 100644 (file)
@@ -74,6 +74,10 @@ sub debugobj {
     return shift->schema->storage->debugobj;
 }
 
+=head1 ALSO SEE
+
+L<<a href="http://en.wikipedia.org/wiki/Replicant">http://en.wikipedia.org/wiki/Replicant</a>>
+
 =head1 AUTHOR
 
 John Napiorkowski <john.napiorkowski@takkle.com>