32 lines
691 B
Plaintext
32 lines
691 B
Plaintext
File-DirWalk version 0.2
|
|
=========================
|
|
|
|
File::DirWalk is a Perl module to walk through a directory tree
|
|
and run own functions on directories, files and symlinks.
|
|
|
|
|
|
INSTALLATION
|
|
|
|
To install this module type the following:
|
|
|
|
perl Makefile.PL
|
|
make
|
|
make test
|
|
make install
|
|
|
|
DEPENDENCIES
|
|
|
|
This module requires these other modules which can be obtained from
|
|
the CPAN <http://cpan.org> if they are not allready installed on
|
|
your system :
|
|
|
|
File::Basename
|
|
File::Spec
|
|
|
|
COPYRIGHT AND LICENCE
|
|
|
|
Copyright (c) 2005 Jens Luedicke <jensl@cpan.org>. All rights reserved.
|
|
This program is free software; you can redistribute it and/or
|
|
modify it under the same terms as Perl itself.
|
|
|