workaround for Moose bug affecting Replicated storage
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Replicated / Replicant.pm
2010-02-10 Rafael Kitover workaround for Moose bug affecting Replicated storage
2009-08-31 Rafael Kitover fix case where repelicant coderef dsn does not connect
2009-08-31 Rafael Kitover support coderef connect_infos for repicated storage
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-05-09 Rafael Kitover ::DBI::Replicated - add master_read_weight to ::Random...
2009-05-06 Rafael Kitover Replicated - fixup types and namespace::clean
2008-12-15 John Napiorkowski changes to replication so that if a replicant is offlin...
2008-11-10 John Napiorkowski changed the way we get the DSN for debugging in replication
2008-07-23 John Napiorkowski changed some replication POD so that we get correctly...
2008-07-18 John Napiorkowski updated CHANGES, removed debug code left by accident...
2008-07-10 John Napiorkowski make sure debugobj calls always go to the master
2008-06-11 John Napiorkowski 1) changed all 4 space indentation to 2 space style...
2008-06-05 John Napiorkowski all your tabs belong to spaces
2008-05-08 John Napiorkowski converted replicant to a role so that we can apply...
2008-05-07 John Napiorkowski documented methods for detecting replicant reliability...
2008-04-30 John Napiorkowski added some advice to debugging replicants so that we...
2008-04-30 John Napiorkowski got first pass on the replication and balancer, passing...