Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Feb 13, 2010
1 parent 4b5544a commit aa8b227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions lib/DBIx/Class/Storage/DBI/Replicated.pm
Expand Up @@ -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<DBIx::Class> 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<DBIx::Class>. See L<DBIx::Class::Optional::Dependencies> for more details.
=head1 ATTRIBUTES
Expand Down

0 comments on commit aa8b227

Please sign in to comment.