projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fc99edc
)
Increase $File::Glob::VERSION to 1.19
author
Father Chrysostomos <sprout@cpan.org>
Sun, 9 Dec 2012 02:24:12 +0000 (18:24 -0800)
committer
Father Chrysostomos <sprout@cpan.org>
Mon, 10 Dec 2012 02:47:21 +0000 (18:47 -0800)
ext/File-Glob/Glob.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/File-Glob/Glob.pm
b/ext/File-Glob/Glob.pm
index
ef82389
..
a9c5a97
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.18';
+$VERSION = '1.19';
sub import {
require Exporter;