This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01db32e
)
Increase $File::Glob::VERSION to 1.17
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 31 Jan 2012 05:30:55 +0000
(21:30 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 31 Jan 2012 17:53:56 +0000
(09:53 -0800)
following commit
ffa23acf6
.
ext/File-Glob/Glob.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/File-Glob/Glob.pm
b/ext/File-Glob/Glob.pm
index
600a2d5
..
cd15922
100644
(file)
--- a/
ext/File-Glob/Glob.pm
+++ b/
ext/File-Glob/Glob.pm
@@
-38,7
+38,7
@@
pop @{$EXPORT_TAGS{bsd_glob}}; # no "glob"
@EXPORT_OK = (@{$EXPORT_TAGS{'glob'}}, 'csh_glob');
-$VERSION = '1.1
6
';
+$VERSION = '1.1
7
';
sub import {
require Exporter;