summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2018-03-19 16:33:52 -0500
committerTodd Rinaldo <toddr@cpan.org>2018-03-19 16:34:48 -0500
commitd0fbdd4e37fd531137981f21ede2bed5125219d1 (patch)
tree34deb2037623a9db24e45205e91f7026e8c771fa
parent158ffeeb4f85b6ddabdf627cf38f102cdc1f89db (diff)
downloadperl-d0fbdd4e37fd531137981f21ede2bed5125219d1.tar.gz
Update File::Glob to 1.31 to account for changes in 5.27.10
Includes: - C89 changes from Aaron Crane - Unit test timing fixes - Don't use loop: as a label to avoid struct loop confusion
-rw-r--r--ext/File-Glob/Glob.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/File-Glob/Glob.pm b/ext/File-Glob/Glob.pm
index 6614e8251e..07df4941a1 100644
--- a/ext/File-Glob/Glob.pm
+++ b/ext/File-Glob/Glob.pm
@@ -37,7 +37,7 @@ pop @{$EXPORT_TAGS{bsd_glob}}; # no "glob"
@EXPORT_OK = (@{$EXPORT_TAGS{'glob'}}, 'csh_glob');
-$VERSION = '1.30';
+$VERSION = '1.31';
sub import {
require Exporter;