Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 44596
Status: resolved
Priority: 0/
Queue: Test-WWW-Mechanize

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

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



put_ok is broken : accoding to documentation, put_ok should accept similar options as WWW::Mechanize's put, but as a hash reference. So the following should succeed : $mech->put_ok( $url, { content => 'foo' }, $description); But the content is not sent in the request. Indeed in Test::WWW::Mechanize, line 366 : $self->put( $url, \%opts ); should be : $self->put( $url, %opts ); ( According to WW::Mechanize, the syntaxe is : $mech->put( $uri, content => $content );
Subject: Duplicate, please close
From: ddascalescu+perl [...] gmail.com
Duplicate of RT #44597, please close.