From 1d355977709720cd2d8b0290fad5e80735b647a1 Mon Sep 17 00:00:00 2001 From: Jens Luedicke Date: Tue, 28 Dec 2010 19:24:10 +0100 Subject: [PATCH] Updated README file. --- README | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README b/README index 3d8238c..f08cb10 100644 --- a/README +++ b/README @@ -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 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 + perl Build.PL + ./Build + ./Build test + ./Build install DEPENDENCIES @@ -25,7 +24,6 @@ your system : COPYRIGHT AND LICENCE -Copyright (c) 2005 Jens Luedicke . All rights reserved. +Copyright (c) 2005-2010 Jens Luedicke . All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -