Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 48722
Status: resolved
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

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



The "CAVEAT and NOTES" section says: Test::Harness upgrade no_plan, todo and done_testing() depend on new Test::Harness features and fixes. If you're going to distribute tests that use no_plan or todo your end-users will have to upgrade Test::Harness to the latest one on CPAN. If you avoid no_plan and TODO tests, the stock Test::Harness will work fine. It would be helpful if it said also which version is required, so the module author could set dependencies in its Makefile.PL/Build.PL/META.yml.
Subject: Re: [rt.cpan.org #48722]
Date: Wed, 19 Aug 2009 12:18:38 -0700
To: bug-Test-Simple [...] rt.cpan.org
From: Michael G Schwern <schwern [...] pobox.com>
Olivier 'dolmen' Mengué via RT wrote: Show quoted text
> The "CAVEAT and NOTES" section says: > > Test::Harness upgrade > no_plan, todo and done_testing() depend on new Test::Harness > features and fixes. If you're going to distribute tests that use > no_plan or todo your end-users will have to upgrade Test::Harness to > the latest one on CPAN. If you avoid no_plan and TODO tests, the > stock Test::Harness will work fine. > > It would be helpful if it said also which version is required, so the > module author could set dependencies in its Makefile.PL/Build.PL/META.yml.
Thanks for noticing it. This caveat isn't necessary any more as we already require the necessary version of Test::Harness. I'll just delete it. Done in e0752a7. Keep em coming! -- Whip me, beat me, make my code compatible with VMS!
Le Mer. Aoû. 19 15:19:00 2009, schwern@pobox.com a écrit : Show quoted text
> This caveat isn't necessary any more as we already require the > necessary > version of Test::Harness. I'll just delete it. Done in e0752a7.
It looks like you did not understood my question. I wonder which version of Test::More I must require as a build dependency in my Build.PL if I use 'no_plan'. This information is probably in the Changes file, but it would be more convenient to have it in the POD.
Subject: Re: [rt.cpan.org #48722] Document Test::Harness requirement for no_plan... in POD
Date: Thu, 20 Aug 2009 11:16:16 -0700
To: bug-Test-Simple [...] rt.cpan.org
From: Michael G Schwern <schwern [...] pobox.com>
Olivier 'dolmen' Mengué via RT wrote: Show quoted text
> Le Mer. Aoû. 19 15:19:00 2009, schwern@pobox.com a écrit :
>> This caveat isn't necessary any more as we already require the >> necessary >> version of Test::Harness. I'll just delete it. Done in e0752a7.
> > It looks like you did not understood my question. > I wonder which version of Test::More I must require as a build > dependency in my Build.PL if I use 'no_plan'. > This information is probably in the Changes file, but it would be more > convenient to have it in the POD.
Its been in there since 0.07 and I'm not that obsessive about compatibility. There's probably other more recent things that could be documented. done_testing() for example. Its not my itch, you're welcome to take on that job. -- Stabbing you in the face for your own good.