Howdy, > Please review the kid51/fulltest_easy now on github. > > On this branch I have tested 'make fulltest', 'make smolder_fulltest' and > 'perl t/fullharness' successfully -- but of course all the boxes I have > available already have the necessary modules installed. So it would be good > to test on a box which lacks TAP::Harness::Archive or anything in > TAP-Harness-Multiple.
You can run test suites without modules with https://metacpan.org/module/Test::Without::Module like so: perl -MTest::Without::Module=Some::Module -w -Iblib/lib t/SomeModule.t I will test this out on my machine soon. Duke -- Jonathan "Duke" Leto <[email protected]> Leto Labs LLC 209.691.DUKE // http://labs.leto.net NOTE: Personal email is only checked twice a day at 10am/2pm PST, please call/text for time-sensitive matters. _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
