diff options
author | Tony Cook <tony@develop-help.com> | 2018-12-20 09:41:47 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2018-12-20 09:41:47 +1100 |
commit | 970d312d19863d3de95ca9c5c79d9facafb797c0 (patch) | |
tree | 754219976c463ae671dfeaf142556d4c2aa93ef2 /ext/File-Find | |
parent | 2e3d0ee3b139e3e2490c6604e1c602c18aaf2830 (diff) | |
download | perl-970d312d19863d3de95ca9c5c79d9facafb797c0.tar.gz |
bump $File::Find::VERSION
Diffstat (limited to 'ext/File-Find')
-rw-r--r-- | ext/File-Find/lib/File/Find.pm | 2 |
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 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; |