Ricardo Signes > Path-Resolver-2.002 > Path::Resolver::Resolver::Mux::Ordered

Download:
Path-Resolver-2.002.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 2.002   Source   Latest Release: Path-Resolver-3.092200

NAME ^

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

VERSION ^

version 2.002

ATTRIBUTES ^

resolvers

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.

AUTHOR ^

  Ricardo Signes <rjbs@cpan.org>

COPYRIGHT AND LICENSE ^

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.