diff options
Diffstat (limited to 'gnu/usr.bin/perl/cpan/IO-Compress/lib/File')
-rw-r--r-- | gnu/usr.bin/perl/cpan/IO-Compress/lib/File/GlobMapper.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/GlobMapper.pm b/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/GlobMapper.pm index 76d4bed1178..ae8b94b414f 100644 --- a/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/GlobMapper.pm +++ b/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/GlobMapper.pm @@ -26,7 +26,7 @@ BEGIN our ($Error); our ($VERSION, @EXPORT_OK); -$VERSION = '1.000'; +$VERSION = '1.000_01'; @EXPORT_OK = qw( globmap ); |