Why not adopt me?
NAME
Bryar::DataSource::Multiplex - multiplex Bryar datasources
VERSION
version 0.122
$Id$
DESCRIPTION
This module implements the Bryar::DataSource interface. It aggregates other datasources and provides sets of documents from all the multiplexed sources.
It expects to find a config entry called "sources" containing a reference to an array of sub-configurations. These elements are used as config data. The class named in their "source" key has called methods relayed to it, with the rest of the element passed as the Bryar configuration data. The elements must also have an "id" entry uniquely identifying the datasource.
METHODS
search
(see: Bryar::DataSource::Base)
If the "subblog" parameter has been passed, only the datasource with the given id is searched.
all_documents
(see: Bryar::DataSource::Base)
AUTHOR
Ricardo Signes, <rjbs@cpan.org>
BUGS
Please report any bugs or feature requests to bug-bryar-datasource-multiplex@rt.cpan.org
, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT
Copyright 2004-2006 Ricardo Signes, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.