From: Peter Rabbitson Date: Sat, 13 Feb 2010 08:35:01 +0000 (+0000) Subject: Changes X-Git-Tag: v0.08119~14^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=aa8b2277d20c2b4a298f372b772f7dad58f631f2 Changes --- diff --git a/Changes b/Changes index 7514185..0591ee4 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ Revision history for DBIx::Class - Add as_subselect_rs to DBIC::ResultSet from DBIC::Helper::ResultSet::VirtualView::as_virtual_view + - New optional dependency manager to aid extension writers - Depend on newest bugfixed Moose - Make resultset chaining consistent wrt selection specification - Storage::DBI::Replicated cleanup diff --git a/lib/DBIx/Class/Storage/DBI/Replicated.pm b/lib/DBIx/Class/Storage/DBI/Replicated.pm index ae16aa9..d2d4f3a 100644 --- a/lib/DBIx/Class/Storage/DBI/Replicated.pm +++ b/lib/DBIx/Class/Storage/DBI/Replicated.pm @@ -102,9 +102,7 @@ to force a query to run against Master when needed. =head1 REQUIREMENTS Replicated Storage has additional requirements not currently part of -L The missing requirements will be announced via an exception -when you try to load this module. You will need to install these modules -manually via CPAN or make them part of the Makefile for your distribution. +L. See L for more details. =head1 ATTRIBUTES