Ovid wrote:
> I've altered Test::Builder to handle the cases where people are using the TB
> singleton at the top of their test files.  You can get a copy at
> http://github.com/Ovid/test-more/tree/master if you want to test it.

I've merged it into schwern/master.

This is my first time maintaining a stable vs dev branch, as master has
become, and its remarkably easy.  Right now I'm taking the simple strategy of
applying bug fixes to stable and cherry picking them back into master.

Incidentally, this is the first time I've felt the need for X.Y.Z versioning.
 For example, 0.90 and 0.92 are really just very small bugfix releases of 0.88
so they'd be 0.88.1 and 0.88.2 respectively.  0.89_01 is 0.89.0 and the next
alpha would be 0.89.1. [1]  That would be a lot clearer than the "now its in,
not its not" game subtest() is taking wrt being released, at least from the
perspective of CPAN releases.


[1] Yes, I realize CPAN alphas don't work that way.


-- 
'All anyone gets in a mirror is themselves,' she said. 'But what you
gets in a good gumbo is everything.'
    -- "Witches Abroad" by Terry Prachett

Reply via email to