Re: bug report on libwww-perl-5.13
Gisle Aas (aas@bergen.sn.no)
22 Sep 1997 21:07:20 +0200
"Larry W. Virden, x2487" <lvirden@cas.org> writes:
> When using the above version of this library and perl 5.004_04 on Solaris 2.5.1,
> I get the following error
>
> base/uri............Wrong length at base/uri.t line 345.
This is a known problem with the 5.004_04 _trial_ release. Wait for
the real thing. The next release of libwww-perl will be immune
against this problem as well.
The reason this bug shows up is that perl now returns a list with a
single element for split(/regex/, "", 2) and it used to return an
empty list.
> I cd'd to base and typed perl uri.t and got an error indicating that at line
> 345 the die is occuring, because @a has a value of 4 instead of 8 (a value
> I believe of baab).
>
> I didn't know whether anyone else had reported this problem.
Andreas just did.
Anyhow, thanks for the report!
Regards,
Gisle