H.Merijn Brand

Results 91 comments of H.Merijn Brand

Use dzil for dzil projects. Devel::Cover is not a dzil project. When all you have is a hammer … Makefile.PL calls `utils/create_gold` and/or `utils/create_gold` which in turn create `t/e2e/*` If...

@manwar - I have "formatted" the two parts of the fail: ``` Got: '16 *** 50 1 0 if bless( {"sign" => "+","value" => bless( [1], \'Math::BigInt::Calc\' )}, \'Math::BigInt\' )...

I've got loads of those. I just ignore them as I cannot control them http://cpancover.com/latest/Text-CSV_XS-1.36/CSV_XS-xs--branch.html

You can redistribute and/or modify it under the same terms as Perl itself: http://dev.perl.org/licenses/

Confirmed. Another thing I just noted, is that `make test` passes as does `make -j8 test` (which doesn't do anything special), but that `prove -vwb -j8` fails the `80proxy.t` tests...

Can we please stick to non-C99 comment style please?

Yes, it does. I am trying real hard to catch up currently

I'd like to see test-runs on AIX, HP-UX and Solaris. Sadly my resources are currently off-line

Otherwise I think this change looks good! Thank you

Unless you explicitly specify both, they are inherently the same: the default for `usethreads` is `useithreads` and `useithreads` is set to `usethreads` after its specification is done, so it should...