From 970d312d19863d3de95ca9c5c79d9facafb797c0 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Thu, 20 Dec 2018 09:41:47 +1100 Subject: bump $File::Find::VERSION --- ext/File-Find/lib/File/Find.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/File-Find') diff --git a/ext/File-Find/lib/File/Find.pm b/ext/File-Find/lib/File/Find.pm index 93f651c62f..5fb9ee02fe 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.35'; +our $VERSION = '1.36'; require Exporter; require Cwd; -- cgit v1.2.1