Re: new Stream Test::Simple question, XS requirement

2015-04-26 Thread Chad Granum
For now I am going to add the minimum necessary Scalar::Util version to the requirements list in Makefile.PL. This should meet the toolchain requirement of supporting back to 5.8.1 as Scalar::Util is on cpan for install in perl versions where it is too old. It also sounds like this is not a blocker

Re: new Stream Test::Simple question, XS requirement

2015-04-26 Thread Ricardo Signes
* bulk88 [2015-04-25T23:56:23] > Because of the rjbs post that supposedly (someone else should confirm this) > minitest does not use Test::*, new Test::Simple can use all the XS it wants. Re-confirmation welcome! For the record: My first check was scanning all the tests run by the minitest make

Re: new Stream Test::Simple question, XS requirement

2015-04-26 Thread James E Keenan
On 04/26/2015 12:15 AM, Chad Granum wrote: I am not sure it is entirely my decision. If it is entirely my decision than this is it: Must have a working scalar::util::weaken to use the new Test::Simple. The Test-Simple dist itself will not require a c compiler to install, as in no xs is included i