Skip Menu |

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

Report information
The Basics
Id: 16234
Status: resolved
Priority: 0/
Queue: WWW-Bugzilla

People
Owner: Nobody in particular
Requestors: hayzer [...] gmail.com
Cc:
AdminCc:

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



Subject: Cannot login into bugzilla 2.20
Cannot login into bugzilla version 2.20. The follow error appears: "No such field 'Bugzilla_login' at /usr/lib/perl5/site_perl/5.8.0/WWW/Mechanize.pm line 1052". Versions: perl 5.8.0 WWW::Mechanize 1.16 Class::ModuleMaker 2.07 Carp 1.01 This script works fine with bugzilla 2.18 Code snippet: my $bug = WWW::Bugzilla->new( server => 'host/bugzilla-2.20', email => 'thomas@com.com', password => 'thomas', bug_number => 45 ); my @prod = $bug->available('product'); print "$_\n" for @prod;
On Thu Dec 01 09:09:40 2005, guest wrote: Show quoted text
> Cannot login into bugzilla version 2.20. The follow error appears: > "No such field 'Bugzilla_login' at > /usr/lib/perl5/site_perl/5.8.0/WWW/Mechanize.pm line 1052". > > Versions: > perl 5.8.0 > WWW::Mechanize 1.16 > Class::ModuleMaker 2.07 > Carp 1.01
The current version (0.6) works against 2.20 branch hosted at: landfill.bugzilla.org/bugzilla-2.20-branch/ Brian