M: Increased version number.

This commit is contained in:
Jens Luedicke
2013-03-10 19:01:11 +01:00
parent 5685fe8ba2
commit dcd092f5aa

View File

@@ -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;