Small error in perl 3.0 production (perldb)

Khalid Sattar admin at cs.exeter.ac.uk
Wed Oct 25 21:59:28 AEST 1989


I have found a small error when using perl with -d option.  On startup
perl would complain about syntax error in perldb.pl.  Sure enough I
found a line

$header =~ s/\$Header: perldb.pl,v 3.0 89/10/18 15:19:46 lwall Locked $/$1$2/;

The fix is to change it to something like

$header =~ s|\$Header: perldb.pl,v 3.0 89/10/18 15:19:46 lwall Locked $|$1$2|;

--
Khalid Sattar                   JANET  : admin at uk.ac.exeter.cs 
Computer Science Dept.          UUCP   : admin at expya.uucp
University of Exeter            BITNET : admin%uk.ac.exeter.cs at ukacrl
Exeter, UK.                     Tel    : +44 392 264062



More information about the Comp.sources.bugs mailing list