Updated README file.

This commit is contained in:
Jens Luedicke
2010-12-28 19:24:10 +01:00
parent 3c9a68d4ec
commit 1d35597770

14
README
View File

@@ -1,18 +1,17 @@
File-DirWalk version 0.2 File-DirWalk version 0.4
========================= =========================
File::DirWalk is a Perl module to walk through a directory tree File::DirWalk is a Perl module to walk through a directory tree
and run own functions on directories, files and symlinks. and run own functions on directories, files and symlinks.
INSTALLATION INSTALLATION
To install this module type the following: To install this module type the following:
perl Makefile.PL perl Build.PL
make ./Build
make test ./Build test
make install ./Build install
DEPENDENCIES DEPENDENCIES
@@ -25,7 +24,6 @@ your system :
COPYRIGHT AND LICENCE COPYRIGHT AND LICENCE
Copyright (c) 2005 Jens Luedicke <jensl@cpan.org>. All rights reserved. Copyright (c) 2005-2010 Jens Luedicke <jensl@cpan.org>. All rights reserved.
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. modify it under the same terms as Perl itself.