Skip Menu |

This queue is for tickets about the WWW-Mechanize-PhantomJS CPAN distribution.

Report information
The Basics
Id: 133307
Status: resolved
Priority: 0/
Queue: WWW-Mechanize-PhantomJS

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

Bug Information
Severity: Critical
Broken in: 0.23
Fixed in: 0.24



Subject: Call to undefined routine in WWW::Mechanize
When I installed WWW::Mechanize::PhantomJS version 0.23 I bumped into the following error in test units "t/50-follow-link.t" and t/50-mech-find-link.t: "Undefined subroutine &WWW::Mechanize::_match_any_link_parms called at /root/.cpanm/work/1599779433.15900/WWW-Mechanize-PhantomJS-0.23/blib/lib/WWW/Mechanize/PhantomJS.pm line 1364" It seems that in WWW::Mechanize version 1.30 it used the subroutine _match_any_link_parms, but in version 2.0 it changed to _match_any_link_params
Hello, thanks for the report and the analysis! Am Do 10. Sep 2020, 19:26:17, JDEGUEST schrieb: Show quoted text
> When I installed WWW::Mechanize::PhantomJS version 0.23 I bumped into > the following error in test units "t/50-follow-link.t" and t/50-mech- > find-link.t: > "Undefined subroutine &WWW::Mechanize::_match_any_link_parms called at > /root/.cpanm/work/1599779433.15900/WWW-Mechanize-PhantomJS- > 0.23/blib/lib/WWW/Mechanize/PhantomJS.pm line 1364" > > It seems that in WWW::Mechanize version 1.30 it used the subroutine > _match_any_link_parms, but in version 2.0 it changed to > _match_any_link_params
I've just released 0.24, which should solve this problem -max