Skip Menu |

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

Report information
The Basics
Id: 25564
Status: resolved
Priority: 0/
Queue: WWW-Mechanize-Shell

People
Owner: Nobody in particular
Requestors: tommy.mikalsen [...] qxl.no
Cc:
AdminCc:

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



Subject: Can't locate "form"
Date: Tue, 20 Mar 2007 13:36:45 +0100
To: <bug-WWW-Mechanize-Shell [...] rt.cpan.org>
From: "Tommy Mikalsen" <tommy.mikalsen [...] qxl.no>
Running 6.2-RELEASE This is perl, v5.8.8 built for i386-freebsd-64int Mechanize v. 0.40 installed via ports. Mechanize::FormFiller 0.06 has been installed via ports. Error when running this command: perl -MWWW::Mechanize::Shell -eshell (no url)>get http://qxl.no Retrieving http://cpan.org(200) <http://cpan.org(200)/> Can't locate object method "form" via package "WWW::Mechanize" at /usr/local/lib/perl5/site_perl/5.8.8/WWW/Mechanize/Shell.pm line 514. The code in Shell.pm is this: sub activate_first_form { $_[0]->agent->form(1) if $_[0]->agent->forms and scalar @{$_[0]->agent->forms}; }; Regards, Tommy Mikalsen
Subject: Re: [rt.cpan.org #25564] Can't locate &quot;form&quot;
Date: Tue, 20 Mar 2007 14:58:46 +0100 (MET)
To: "Tommy Mikalsen via RT" <bug-WWW-Mechanize-Shell [...] rt.cpan.org>
From: "Max Maischein" <corion [...] corion.net>
Hello Tommy, Can't locate objectmethod "form" via package "WWW::Mechanize" at/usr/local/lib/perl5/site_perl/5.8.8/WWW/Mechanize/Shell.pm line 514. This sounds as if the version of WWW::Mechanize is too old. Can you please check the versions of the installed modules via the "versions" command in the shell? WWW::Mechanize must be at least version'WWW::Mechanize' => 1.20. -max
Subject: RE: [rt.cpan.org #25564] Can't locate &quot;form&quot;
Date: Wed, 21 Mar 2007 09:37:47 +0100
To: <bug-WWW-Mechanize-Shell [...] rt.cpan.org>
From: "Tommy Mikalsen" <tommy.mikalsen [...] qxl.no>
This is the output from the 'versions' command. Mind that this is a SMP 64bits system, if that has something to do with it ? WWW::Mechanize::Shell: 0.40 WWW::Mechanize::FormFiller: 0.06 WWW::Mechanize: 1.22 Term::Shell: 0.02 HTML::Parser: 3.56 HTML::TableExtract: 2.10 HTML::Parser: 3.56 HTML::Display: 0.36 Pod::Constants: <undef> File::Modified: 0.07 Show quoted text
-----Original Message----- From: Max Maischein via RT [mailto:bug-WWW-Mechanize-Shell@rt.cpan.org] Sent: 20. mars 2007 19:16 To: Tommy Mikalsen Subject: Re: [rt.cpan.org #25564] Can't locate &quot;form&quot; <URL: http://rt.cpan.org/Ticket/Display.html?id=25564 > Hello Tommy, Can't locate objectmethod "form" via package "WWW::Mechanize" at/usr/local/lib/perl5/site_perl/5.8.8/WWW/Mechanize/Shell.pm line 514. This sounds as if the version of WWW::Mechanize is too old. Can you please check the versions of the installed modules via the "versions" command in the shell? WWW::Mechanize must be at least version'WWW::Mechanize' => 1.20. -max
Subject: Re: [rt.cpan.org #25564] Can't locate &quot;form&quot;
Date: Mon, 16 Apr 2007 18:36:47 +0200
To: bug-WWW-Mechanize-Shell [...] rt.cpan.org
From: Max Maischein <corion [...] corion.net>
Hello Tommy, v0.41 should fix the bug with accessing the wrong methods of WWW::Mechanize! Thanks for the report, -max