Binary package “libb-hooks-op-check-perl” in ubuntu xenial

Perl wrapper for OP check callbacks

 B::Hooks::OP::Check provides an interface for XS modules to hook into the
 callbacks of PL_check, which is part of perl's core. It allows a C function to
 be invoked as the last stage of optree compilation, depending on the given op
 code number (op_type).