Skip to content

Commit

Permalink
Clarify load_namespaces call -- more than one call can be made
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wisener authored and ribasushi committed Mar 20, 2015
1 parent 2e7c645 commit d71867e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ willert: Sebastian Willert <willert@cpan.org>
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>
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Revision history for DBIx::Class

* 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
Expand Down
4 changes: 2 additions & 2 deletions lib/DBIx/Class/Manual/FAQ.pod
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ L<table|DBIx::Class::ResultSourceProxy::Table/table> call. Eg:

__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?

Expand Down

0 comments on commit d71867e

Please sign in to comment.