wintermute: Toby Corkindale <tjc@cpan.org>
wreis: Wallace Reis <wreis@cpan.org>
xenoterracide: Caleb Cushing <xenoterracide@gmail.com>
+xmikew: Mike Wisener <xmikew@32ths.com>
yrlnry: Mark Jason Dominus <mjd@plover.com>
zamolxes: Bogdan Lucaciu <bogdan@wiz.ro>
Zefram: Andrew Main <zefram@fysh.org>
* Misc
- Remove warning about potential side effects of RT#79576 (scheduled)
- - Various doc improvements (GH#70, GH#71, GH#72)
+ - Various doc improvements (GH#62, GH#70, GH#71, GH#72)
- Skip tests in a way more intelligent and speedy manner when optional
dependencies are missing
- Make the Optional::Dependencies error messages cpanm-friendly
__PACKAGE__->table('mydb.mytablename');
-And load all the Result classes for both / all databases using one
-L<DBIx::Class::Schema/load_namespaces> call.
+And load all the Result classes for both / all databases by calling
+L<DBIx::Class::Schema/load_namespaces>.
=item .. use DBIx::Class across PostgreSQL/DB2/Oracle schemas?