Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 29415
Status: resolved
Priority: 0/
Queue: Net-DNS

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

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



Subject: 05-rr-rrsort.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. 05-rr-rrsort.t in Net::DNS now fails when using version 0.71 of Test::Simple because of the: BEGIN{ use_ok('Net::DNS', qw(rrsort)); }; before a plan is set. Thanks, Peter (Stig) Edwards
Fixed on the trunk Fix rt.cpan 28345 A fix in Test::Simple revealed an off by 1 error in the testplan for 05-rr-rrsort.t. The fix is to remove a test, creating a dependency on Test::Simple 0.71 seemed overkill. Thanks for the bug report.
Fixed on the trunk Fix rt.cpan 28345 A fix in Test::Simple revealed an off by 1 error in the testplan for 05-rr-rrsort.t. The fix is to remove a test, creating a dependency on Test::Simple 0.71 seemed overkill. Thanks for the bug report.
Fixed on the trunk Fix rt.cpan 28345 A fix in Test::Simple revealed an off by 1 error in the testplan for 05-rr-rrsort.t. The fix is to remove a test, creating a dependency on Test::Simple 0.71 seemed overkill. Thanks for the bug report.