-
-
03 Dec 2005 22:52:45 UTC
- Distribution: File-System
- Module version: 1.15
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (459 / 50 / 0)
- Kwalitee
Bus factor: 1- 76.58% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (29.03KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Andrew Sterling Hanenkamp, E<lt>hanenkamp@users.sourceforge.netE<gt>
- Dependencies
- File::Copy::Recursive
- Parse::RecDescent
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
File::System::Real - A file system module based on the real file system
SYNOPSIS
use File::System; $root = File::System->new('Real', root => '/usr/local');
DESCRIPTION
This is the most basic file system implementation. It is purely implemented within terms of a real file system.
OPTIONS
This file system module accepts only a single object,
root
. If not given, the current working directory is assumed for the valueroot
. All files returned by the file system will be rooted at the given (or assumed) point.SEE ALSO
File::System, File::System::Object
AUTHOR
Andrew Sterling Hanenkamp, <hanenkamp@users.sourceforge.net>
COPYRIGHT AND LICENSE
Copyright 2005 Andrew Sterling Hanenkamp. All Rights Reserved.
This software is distributed and licensed under the same terms as Perl itself.
Module Install Instructions
To install File::System, copy and paste the appropriate command in to your terminal.
cpanm File::System
perl -MCPAN -e shell install File::System
For more information on module installation, please visit the detailed CPAN module installation guide.