From: John Napiorkowski Date: Fri, 11 Jul 2008 21:46:37 +0000 (+0000) Subject: just a tiny grammer fix to POD X-Git-Tag: v0.08240~402^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ccb3b89791c33332a735a73e744f02942665f3ba;p=dbsrgits%2FDBIx-Class.git just a tiny grammer fix to POD --- diff --git a/lib/DBIx/Class/Storage/DBI/Replicated.pm b/lib/DBIx/Class/Storage/DBI/Replicated.pm index 656f7e6..62343aa 100644 --- a/lib/DBIx/Class/Storage/DBI/Replicated.pm +++ b/lib/DBIx/Class/Storage/DBI/Replicated.pm @@ -69,7 +69,7 @@ tasks. =head1 DESCRIPTION Warning: This class is marked BETA. This has been running a production -website using MySQL native replication as it's backend and we have some decent +website using MySQL native replication as its backend and we have some decent test coverage but the code hasn't yet been stressed by a variety of databases. Individual DB's may have quirks we are not aware of. Please use this in first development and pass along your experiences/bug fixes.