summaryrefslogtreecommitdiff
path: root/ext/File-Find
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-07-22 16:24:32 +1000
committerTony Cook <tony@develop-help.com>2019-07-22 16:24:32 +1000
commit474c64972ff2cbea6e99cf6f2c737235a4503a70 (patch)
tree5c1356e7a4c14bd3a5d19bc50a88cb533c7ac0ce /ext/File-Find
parent34ad2e9c224703dcd1b10c0b835f4f4b751826d2 (diff)
downloadperl-474c64972ff2cbea6e99cf6f2c737235a4503a70.tar.gz
bump $File::Find::VERSION
for the win32 test change
Diffstat (limited to 'ext/File-Find')
-rw-r--r--ext/File-Find/lib/File/Find.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/File-Find/lib/File/Find.pm b/ext/File-Find/lib/File/Find.pm
index 5fb9ee02fe..4c67e882a5 100644
--- a/ext/File-Find/lib/File/Find.pm
+++ b/ext/File-Find/lib/File/Find.pm
@@ -3,7 +3,7 @@ use 5.006;
use strict;
use warnings;
use warnings::register;
-our $VERSION = '1.36';
+our $VERSION = '1.37';
require Exporter;
require Cwd;