# New Ticket Created by jerry gay # Please include the string: [perl #37730] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37730 >
i've attached a patch with some modifications to Test::Builder in order to fix some bugs, bring it up to the latest calling conventions, fix a couple code formatting details, and make it more pir-friendly. also in the patch is a test file for Test::Builder's basic operations (that's how i found the bugs.) the test file includes tests for the public methods, as well as loading the bytecode, isa, and can. incedentally, these are three tests i'd like to have in the pir framework under development (load_bytecode_ok, isa_ok, can_ok.-- along with load_library_ok, include_ok, does_ok, is, isnt, and the like would make for a mighty good test module.) i marked some tests as todo, as i'm not sure Test::Builder is responding correctly to the input i've given it. since this is chromatic's module, i don't want to step on his toes by checking it in. i'll keep it here for review, and if there's no negative feedback, i'll commit it in a few days. ~jerry
test_builder.patch
Description: Binary data