summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/File/DosGlob.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/File/DosGlob.pm b/lib/File/DosGlob.pm
index 3b6097dd0e..90434fd467 100644
--- a/lib/File/DosGlob.pm
+++ b/lib/File/DosGlob.pm
@@ -9,7 +9,7 @@
package File::DosGlob;
-our $VERSION = '1.05';
+our $VERSION = '1.04';
use strict;
use warnings;
@@ -291,6 +291,11 @@ only twice as slow as perlglob.exe (GSAR 28-MAY-97)
=item *
+Several cleanups prompted by lack of compatible perlglob.exe
+under Borland (GSAR 27-MAY-97)
+
+=item *
+
Initial version (GSAR 20-FEB-97)
=back