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

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;