home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / Changes next >
Encoding:
Text File  |  1997-08-10  |  1.3 KB  |  35 lines

  1. Changes in bindist 04:
  2.     - typemap was inadvertantly removed
  3.     - install process is yet more verbose
  4.     - more Config.pm fixups to allow VC++ based development
  5.     - VC++ compatible import lib now supplied
  6.     - HTML now generated during install
  7.     - HTML now generated for site lib stuff also
  8.     - tests and misc files in packages are in `distfiles'
  9.     - newer modules
  10.     - initial testing on Win95 revealed a number of problems:
  11.         * Win95 shell doesn't grok %* in batch files! Went
  12.           back to %1..%9 and braindeath
  13.         * All text files are now CRLF terminated (command.com
  14.           is stupider than I thought possible)
  15.         * install.bat had problems reading stdin after a system().
  16.           Carriage returns didn't seem to take every other time.
  17.           Weird.  Rearranged install.bat so all user interaction is
  18.           done at the beginning.
  19.  
  20. Changes in bindist 03:
  21.     - binary coexistence changes (means one can use
  22.       this binary distribution with VC++ generated
  23.       extension binaries)
  24.     - install process is more verbose
  25.     - various perl core fixes (see core Changes files)
  26.     - updated several modules to newer versions
  27.     - added new packages on request (DBI, MLDBM, dmake)
  28.  
  29. Changes in bindist 02:
  30.     - added notes on Win95 oddities
  31.     - more error checking in install.bat
  32.  
  33. Changes in bindist 01:
  34.     - initial release
  35.