The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Term::Cap.

1.01  Sun Oct 28 13:07:36 2001
       - Version retrieved from the Perl 5.7.2 distribution

1.02: Sat Nov 17 13:50:39 2001
       - Altered layout of the POD
       - Added Test::More to PREREQ_PM in Makefile.PL
       - Fixed no argument Tgetent()

1.03:  Wed Nov 28 10:09:38 GMT 2001
       - VMS Support from Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>

1.04   Thu Nov 29 16:31:53 GMT 2001
       - Fixed warnings in the test.

1.05   Mon Dec  3 15:37:43 GMT 2001
       - Don't attempt to run infocmp if it's not there - from chromatic
         <chromatic@rmci.net>

1.06   Thu Dec  6 19:10:15 GMT 2001
       - More VMS fixes from Charles Lane
       - Don't carp about setting OSPEED unless warnings are on
1.07
       - Fixed Makefile.PL with INSTALLDIRS - from Michael Schwern
       - Sanity check on infocmp output - from Norton Allen 
         <allen@huarp.harvard.edu>

1.08   Sat Sep 28 11:33:15 BST 2002
       - Late loading of 'Carp' as per Michael Schwern

1.09  Tue Apr 20 12:06:51 BST 2004
       -  Merged in changes from and to Core
       - Core (Fri Aug 30 14:15:55 CEST 2002):
         Cope with comments lines from 'infocmp' from Brendan O'Dea
       - Allow for EBCDIC in Tgoto magic test.

1.10  Thu Oct 18 16:52:20 BST 2007
       - Don't use try to use $ENV{HOME} if it doesn't exist
       - Give Win32 'dumb' if TERM isn't set
       - Provide fallback 'dumb' termcap entry as last resort

1.11  Thu Oct 25 09:33:07 BST 2007
      - EBDIC fixes from Chun Bing Ge <gecb@cn.ibm.com>