In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/4da0549cabdc083ce465e29f25eba4ccd78c21fd?hp=facf34ef484d62d15b2da11ee03d01942a22ff15>

- Log -----------------------------------------------------------------
commit 4da0549cabdc083ce465e29f25eba4ccd78c21fd
Author: Brian Fraser <[email protected]>
Date:   Fri Sep 27 14:30:32 2013 -0300

    File::Glob::VERSION++
-----------------------------------------------------------------------

Summary of changes:
 ext/File-Glob/Glob.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/File-Glob/Glob.pm b/ext/File-Glob/Glob.pm
index 3001679..88e630c 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.21';
+$VERSION = '1.22';
 
 sub import {
     require Exporter;

--
Perl5 Master Repository

Reply via email to