A bug!
Terrence Warren Dexter (dexterte@cps.msu.edu)
Tue, 20 Aug 1996 18:10:59 -0400 (EDT)
Hi. I'm pretty new to the group but I wanted to throw this out
in case anyone else ran into it. The following diff file shows the
repair necessary.
The parser file choked up on my netscape generated bookmarks file
so I thought I'd change it. It was choking on attributes like ADD_ME
where there's a little '_'.
This is for Parser.pm and I was using libwww-5.0...the one that was
released on Aug 1.
The top line is the new file, the bottom is the old.
-+-+-+-+ begin diff -+-+-+
232c232
< while ($$buf =~ s|^(([a-zA-Z][a-zA-Z0-9\.\-\_]*)\s*)||) {
---
> while ($$buf =~ s|^(([a-zA-Z][a-zA-Z0-9\.\-]*)\s*)||) {
-+-+-+-+- end diff +-+-+-+-
Have fun,
-TerryD.
--
Terry Dexter | Inigo: Fezzik, are there rocks ahead?
dexterte@cps.msu.edu | Fezzik: If there are, we all be dead.
http://isl.cps.msu.edu/~dexterte | _The Princess Bride_
---------------------------------+--------------------------------------------