Re: fork and tests: making it easier
Leon Timmermans <[email protected]>
| Newsgroups | gmane.comp.lang.perl.quality-assurance |
|---|---|
| Message-ID | <CAHhgV8grdSdbXUw5R=eeQJ0q2pZmU4G8hQhbBVo9n1cJCwmRzA@mail.gmail.com> |
On Sun, Aug 5, 2012 at 4:02 AM, Michael G Schwern <[email protected]> wrote: > On second thought, this has to be turned on explicitly for implementation > reasons, so there's no backwards compat issue. "use Test::SharedFork" would > simply turn on that feature in Test::Builder 1.5 providing a way to smoothly > transition between 0.9x and 1.5. > > See https://github.com/schwern/test-more/issues/334 for all the implementation > details. Yeah, that sounds like a better approach to me. Doing it be default sounds like asking for some unforeseen alignment of the stars to screw up everything. Leon