M: Increased version number.

This commit is contained in:
Jens Luedicke
2012-09-01 15:44:24 +02:00
parent b4c59e4fbd
commit 6b24a7950b
2 changed files with 2 additions and 2 deletions

2
README
View File

@@ -1,6 +1,6 @@
Copyright (c) 2005-2013 Jens Luedicke <jensl@cpan.org>.
File-DirWalk version 0.4
File-DirWalk version 0.5
=========================
File::DirWalk is a Perl module to walk through a directory tree

View File

@@ -11,7 +11,7 @@
package File::DirWalk;
use base qw(Exporter);
our $VERSION = '0.4';
our $VERSION = '0.5';
our @EXPORT = qw(FAILED SUCCESS ABORTED PRUNE);
use warnings;