On 2011.11.29 9:49 PM, David E. Wheeler wrote:
> How much slower will this make running the core tests,
> since neither Mouse nor Mouse::XS will every be available
> there (during development, at core installation time).
Doing some back of the envelope calculations, it looks like an extra minute
a
After the discussion, some pondering and hearing from Goro, I've decided that
TB2::Mouse will be marked for internal use only.
1. People are uncomfortable that I'm shipping a copy of Mouse::Tiny,
let alone making it public.
2. If it's private now, it can be made public later. Can't do it the
I've started to patch the test of Term::ProgressBar as it was failing
on Windows.
The module prints things to STDERR and dies when it is called too many times.
In the test script there is now code like this:
use Test::More;
use Test::Exception;
use Capture::Tiny qw(capture);
my ($our, $err) = cap