2013-03-10 21:56:40 +01:00
2013-03-10 18:07:01 +01:00
2013-03-10 21:56:40 +01:00
2010-12-30 15:01:07 +01:00
2013-03-10 18:14:38 +01:00
2010-12-30 15:01:07 +01:00
2013-03-10 18:14:38 +01:00
2013-03-10 18:14:38 +01:00
2013-03-09 16:27:01 +01:00

Copyright (c) 2005-2013 Jens Luedicke <jensl@cpan.org>.

File-DirWalk version 0.5
=========================

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 Build.PL
   ./Build
   ./Build test
   ./Build 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
  Test::More
  Test::Exception

LICENCE INFORMATION

Copyright (c) 2005-2012 Jens Luedicke <jensl@cpan.org>.

This module is free software; you can redistribute it and/or modify 
it under the same terms as Perl 5.10.0. For more details, see the
full text of the licenses in the directory LICENSES.

This program is distributed in the hope that it will be
useful, but without any warranty; without even the implied
warranty of merchantability or fitness for a particular purpose.

Description
Directory traversing module
Readme 71 KiB
Languages
Perl 100%