diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2011-09-10 17:21:58 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2011-09-10 18:16:59 +0100 |
commit | 378eeda70cc27194f0f718b4c65b8ba147259910 (patch) | |
tree | 26c3c6b5adb9c5027a78c6143cdced30ce57a9d4 /lib/File | |
parent | 528bd3ce854c33aaf668dd3aa007a60a4994edac (diff) | |
download | perl-378eeda70cc27194f0f718b4c65b8ba147259910.tar.gz |
The Borland Chainsaw Massacre
Remove support for the Borland C++ compiler on Win32, as agreed here:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2011-09/msg00034.html
Diffstat (limited to 'lib/File')
-rw-r--r-- | lib/File/DosGlob.pm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/File/DosGlob.pm b/lib/File/DosGlob.pm index 90434fd467..3b6097dd0e 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; @@ -291,11 +291,6 @@ 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 |