-
-
09 Oct 2013 21:12:03 UTC
- Distribution: Path-Resolver
- Module version: 3.100454
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (932 / 1 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (24.39KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:2 non-PAUSE users- Dependencies
- Archive::Tar
- Carp
- Cwd
- Data::Section
- File::ShareDir
- File::Spec
- File::Spec::Unix
- Moose
- Moose::Role
- Moose::Util::TypeConstraints
- MooseX::Types
- MooseX::Types::Moose
- Path::Class
- Path::Class::File
- autodie
- namespace::autoclean
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Path::Resolver::Resolver::FileSystem - find files in the filesystem
VERSION
version 3.100454
SYNOPSIS
my $resolver = Path::Resolver::Resolver::FileSystem->new({ root => '/etc/myapp_config', }); my $simple_entity = $resolver->entity_at('foo/bar.txt');
This resolver looks for files on disk under the given root directory.
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
root
This is the root on the filesystem under which to look. If it is relative, it will be resolved to an absolute path when the resolver is instantiated.
AUTHOR
Ricardo Signes <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 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.
Module Install Instructions
To install Path::Resolver, copy and paste the appropriate command in to your terminal.
cpanm Path::Resolver
perl -MCPAN -e shell install Path::Resolver
For more information on module installation, please visit the detailed CPAN module installation guide.