From dcd092f5aae9a84250c6f70fe8035acd0884ed11 Mon Sep 17 00:00:00 2001 From: Jens Luedicke Date: Sun, 10 Mar 2013 19:01:11 +0100 Subject: [PATCH] M: Increased version number. --- lib/File/DirWalk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/File/DirWalk.pm b/lib/File/DirWalk.pm index 5c53e89..f89f720 100644 --- a/lib/File/DirWalk.pm +++ b/lib/File/DirWalk.pm @@ -11,7 +11,7 @@ package File::DirWalk; use base qw(Exporter); -our $VERSION = '0.5'; +our $VERSION = '0.6'; our @EXPORT = qw(FAILED SUCCESS ABORTED PRUNE); use warnings;