From 7c0e8dfa92cd77e2938393819bebbbf103e841ec Mon Sep 17 00:00:00 2001 From: Jens Luedicke Date: Wed, 2 Jan 2013 11:55:49 +0100 Subject: [PATCH] M: Added Changelog information for version 0.5 --- lib/File/DirWalk.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/File/DirWalk.pm b/lib/File/DirWalk.pm index 980cfd5..45b9637 100644 --- a/lib/File/DirWalk.pm +++ b/lib/File/DirWalk.pm @@ -369,6 +369,8 @@ version can be found on GitHub: L =head1 CHANGES +Version 0.5: bugfixes. + Version 0.4: add more methods, better testing, more documentation. Version 0.3: add PRUNE constant. add option to specify the directory depth.