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