Patch for Term::Cap
authorUlrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>
Mon, 23 Sep 1996 12:11:38 +0000 (14:11 +0200)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Mon, 23 Sep 1996 12:11:38 +0000 (14:11 +0200)
commitfc0ab01fb1c539c42424293680fb98deb8de2bb0
treeaa7dadc8daa832355120c0d36998258a4d6accd0
parent7c584b3313a7851a594fef241fac27f0a4e4bbce
Patch for Term::Cap

'use Term::Cap' produces a warning when diagnosics are active. The
patch below avoids the warning.

[The $entry .= $_ usage is idiomatic enough that it ought to be
ok, I would think, but the patch certainly is ok too.]
lib/Term/Cap.pm