
Path::Resolver::Resolver::Mux::Ordered - multiplex resolvers by checking them in order

version 2.002

This is an array of other resolvers. When asked for content, the Mux::Ordered resolver will check each resolver in this array and return the first found content, or false if none finds any content.

Ricardo Signes <rjbs@cpan.org>

This software is copyright (c) 2009 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under the same terms as perl itself.