diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-15 22:53:10 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-15 22:53:10 -0700 |
commit | 07cee27ac38e81eb8fc7ea1570e2dd627c7a22a5 (patch) | |
tree | e9f4da22c0bc9db3ff5410649a4fb177444a4bdf /lib/File/DosGlob.pm | |
parent | 81de5c053fcd95426314f740a6ec417eadd1eb65 (diff) | |
download | perl-07cee27ac38e81eb8fc7ea1570e2dd627c7a22a5.tar.gz |
Increase $File::DosGlob::VERSION from 1.04 to 1.05
Diffstat (limited to 'lib/File/DosGlob.pm')
-rw-r--r-- | lib/File/DosGlob.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/DosGlob.pm b/lib/File/DosGlob.pm index e8fcc97444..24479010cf 100644 --- a/lib/File/DosGlob.pm +++ b/lib/File/DosGlob.pm @@ -9,7 +9,7 @@ package File::DosGlob; -our $VERSION = '1.04'; +our $VERSION = '1.05'; use strict; use warnings; |