Skip Menu |

This queue is for tickets about the HTML-DOM CPAN distribution.

Report information
The Basics
Id: 133351
Status: new
Priority: 0/
Queue: HTML-DOM

People
Owner: Nobody in particular
Requestors: JDEGUEST [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.058
Fixed in: (no value)



Subject: "Assigning non-zero to $[ is no longer possible" in test unit html-dom.t
When installing HTML::DOM version 0.058 I get this error when running tests on perl version v5.32.0 on 64bits Macos MacBook Pro (I can provide more detailed hardware specs if needed). Assigning non-zero to $[ is no longer possible at t/html-dom.t line 68. # Looks like your test exited with 2 just after 3. perlvar manual page says: "As of Perl v5.30.0, or under "use v5.16", or "no feature "array_base"", $[ no longer has any effect, and always contains 0. Assigning 0 to it is permitted, but any other value will produce an error."