Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-Test-Compile CPAN distribution.

Report information
The Basics
Id: 88279
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-Test-Compile

People
Owner: ether [...] cpan.org
Requestors: dagolden [...] cpan.org
Cc:
AdminCc:

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



Subject: Drop Test::More 0.88 dependency
Is there any reason why Test::More 0.88 is needed? I'd like to see the generated compile test work with v5.8.1 core modules so I can use it OnlyCorePrereqs. Right now, I can't for older Perls. (Side note: kudos for eliminating Capture::Tiny already.)
On 2013-08-29 14:01:22, DAGOLDEN wrote: Show quoted text
> Is there any reason why Test::More 0.88 is needed? > > I'd like to see the generated compile test work with v5.8.1 core > modules so I can use it OnlyCorePrereqs. Right now, I can't for older > Perls. > > (Side note: kudos for eliminating Capture::Tiny already.)
v0.88 is when done_testing was added. (PS. if you use the bail_out_on_fail feature -- disabled by default -- you get a dependency on 0.94, for BAIL_OUT.) I can look at removing that and adding a plan instead, although there may be some fun cases where extra tests get added (e.g. Test::*Warning*). I'm ripping out Test::Script right now; I'll look at this next to see if I'm just being overly paranoid.
Show quoted text
> I can look at removing that and adding a plan instead, although there > may be some fun cases where extra tests get added (e.g. > Test::*Warning*).
Of course, even if this is a problem for some dists, there can be an option like "use_plan" which switches between test counts and done_testing. so yes, this is doable!
v2.023 has shipped, with test counts rather than done_testing.