Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

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

People
Owner: Nobody in particular
Requestors: cpan [...] pjedwards.co.uk
Cc:
AdminCc:

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



Subject: taint.t fails with version 0.71 of Test::Simple, use_ok before plan
Version 0.71 of Test::Simple has the bug fix: http://search.cpan.org/src/MSCHWERN/Test-Simple-0.71/Changes Bug fixes - Fixed a problem with BEGIN { use_ok } silently failing when there's no plan set. [rt.cpan.org 28345] Thanks Adriano Ferreira and Yitzchak. taint.t in WWW::Mechanize now fails when using version 0.71 of Test::Simple because of the: BEGIN { use_ok( 'WWW::Mechanize' ); } before a plan is set. Thanks, Peter (Stig) Edwards
Already fixed this in Subversion.