NAME
Path::Resolver::Resolver::AnyDist - find content in any installed CPAN distribution's "ShareDir"
VERSION
version 3.100452
SYNOPSIS
my $resolver = Path::Resolver::Resolver::AnyDist->new;
my $simple_entity = $resolver->entity_at('/MyApp-Config/foo/bar.txt');
This resolver looks for files on disk in the shared resource directory of the distribution named by the first part of the path. For more information on sharedirs, see File::ShareDir.
This resolver does the Path::Resolver::Role::FileResolver role, meaning its native type is Path::Resolver::Types::AbsFilePath and it has a default converter to convert to Path::Resolver::SimpleEntity.
AUTHOR
Ricardo Signes <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.