Path::Resolver::Resolver::DistDir - find content in a prebound CPAN distribution's "ShareDir"


Path-Resolver documentation  | view source Contained in the Path-Resolver distribution.

Index


NAME

Top

Path::Resolver::Resolver::DistDir - find content in a prebound CPAN distribution's "ShareDir"

VERSION

Top

version 3.100451

SYNOPSIS

Top

  my $resolver = Path::Resolver::Resolver::DistDir->new({
    dist_name => 'YourApp-Files',
  });

  my $simple_entity = $resolver->entity_at('foo/bar.txt');

This resolver looks for files on disk in the shared resource directory of the named distribution. 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.

ATTRIBUTES

Top

dist_name

This is the name of a dist (like "Path-Resolver"). When looking for content, the resolver will look in the dist's shared content directory, as located by File::ShareDir.

AUTHOR

Top

Ricardo Signes <rjbs@cpan.org>

COPYRIGHT AND LICENSE

Top


Path-Resolver documentation  | view source Contained in the Path-Resolver distribution.