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.