Skip Menu |

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

Report information
The Basics
Id: 78706
Status: resolved
Worked: 2 hours (120 min)
Priority: 0/
Queue: WWW-Mechanize-FireFox

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

Bug Information
Severity: Normal
Broken in: 0.66
Fixed in: (no value)



Subject: autoclose_tab() error
Hello, At first, thank you for this fantastic module :-) I tried the code (as in perldoc) my $mech = WWW::Mechanize::Firefox->new( activate => 1 ); $mech->autoclose_tab( 0 ); # keep tab open after program end and the second like made this error: Can't call method "__release_action" without a package or object reference at D:/strawberry/perl/site/lib/Firefox/Application/API40.pm line 181. Could you check it please? If you need my environments: - MS Windows 7 - Strawberry perl 5.14 -- Oh, I failed to install MozRepl and WWW::Mechanize::Firefox so I did "force install ..." to install them. - Modules are up-to-date Thank you. G.Y.Park
Hello, Show quoted text
> At first, thank you for this fantastic module :-)
You're welcome! Show quoted text
> my $mech = WWW::Mechanize::Firefox->new( activate => 1 ); > $mech->autoclose_tab( 0 ); # keep tab open after program end > > and the second like made this error: > > Can't call method "__release_action" without a package or object > reference at D:/strawberry/perl/site/lib/Firefox/Application/API40.pm > line 181.
Thank you for this good report! I've fixed the error and released v0.67. It should arrive shortly on your CPAN mirror. -max