[Bast-commits] r8674 - in DBIx-Class/0.08/branches/dephandling: .
lib/DBIx/Class/Storage/DBI
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Sat Feb 13 08:35:01 GMT 2010
Author: ribasushi
Date: 2010-02-13 08:35:01 +0000 (Sat, 13 Feb 2010)
New Revision: 8674
Modified:
DBIx-Class/0.08/branches/dephandling/Changes
DBIx-Class/0.08/branches/dephandling/lib/DBIx/Class/Storage/DBI/Replicated.pm
Log:
Changes
Modified: DBIx-Class/0.08/branches/dephandling/Changes
===================================================================
--- DBIx-Class/0.08/branches/dephandling/Changes 2010-02-13 01:59:51 UTC (rev 8673)
+++ DBIx-Class/0.08/branches/dephandling/Changes 2010-02-13 08:35:01 UTC (rev 8674)
@@ -2,6 +2,7 @@
- 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
Modified: DBIx-Class/0.08/branches/dephandling/lib/DBIx/Class/Storage/DBI/Replicated.pm
===================================================================
--- DBIx-Class/0.08/branches/dephandling/lib/DBIx/Class/Storage/DBI/Replicated.pm 2010-02-13 01:59:51 UTC (rev 8673)
+++ DBIx-Class/0.08/branches/dephandling/lib/DBIx/Class/Storage/DBI/Replicated.pm 2010-02-13 08:35:01 UTC (rev 8674)
@@ -102,9 +102,7 @@
=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
More information about the Bast-commits
mailing list