diff options
Diffstat (limited to 'gnu/usr.bin/perl/lib/File/CheckTree.pm')
-rw-r--r-- | gnu/usr.bin/perl/lib/File/CheckTree.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/lib/File/CheckTree.pm b/gnu/usr.bin/perl/lib/File/CheckTree.pm index 29f05d8a0fc..d7948f2385f 100644 --- a/gnu/usr.bin/perl/lib/File/CheckTree.pm +++ b/gnu/usr.bin/perl/lib/File/CheckTree.pm @@ -7,7 +7,7 @@ use File::Spec; use warnings; use strict; -our $VERSION = '4.3'; +our $VERSION = '4.4'; our @ISA = qw(Exporter); our @EXPORT = qw(validate); |