diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-09-10 14:08:25 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-09-10 15:51:26 -0700 |
commit | 63d661c578abce858318b675580f163d201925a0 (patch) | |
tree | 25b2f3d7cd331bd896962aa0d22a3794775ebb18 /lib/File | |
parent | ca86716259195ac20de0ed1daf63e90535e872c0 (diff) | |
download | perl-63d661c578abce858318b675580f163d201925a0.tar.gz |
Restore changelog entry removed by 378eeda
Existence of this entry has nothing to do with Borland support. It
is merely history, that’s all.
Diffstat (limited to 'lib/File')
-rw-r--r-- | lib/File/DosGlob.pm | 7 |
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 |