Home
last modified time | relevance | path

Searched refs:make_and_check (Results 1 – 12 of 12) sorted by relevance

/dports/devel/p5-MooseX-MarkAsMethods/MooseX-MarkAsMethods-0.15/t/
H A D103_class_inheritance.t37 my $T = make_and_check('TestClass');
39 my $t = make_and_check(
H A D105_via_method_name_with_fallback.t56 my $t = make_and_check(
H A D102_class_no_autoclean.t23 my $t = make_and_check(
H A D100_class.t24 my $t = make_and_check(
H A D104_via_method_name.t25 my $t = make_and_check(
H A D101_class_less_simple.t26 my $t = make_and_check(
H A D200_role_overload.t35 my $t = make_and_check(
H A D201_role_overload_using_class.t35 my $t = make_and_check(
H A D400_import_via_into.t52 my $t = make_and_check(
H A Dfuncs.pm32 sub make_and_check { subroutine
H A D300_generated_methods.t29 my $t = make_and_check(
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/
H A Dbuild.rs642 make_and_check(env, &build_dir); in build_gmp()
919 make_and_check(env, &build_dir); in build_mpfr()
950 make_and_check(env, &build_dir); in build_mpc()
1226 fn make_and_check(env: &Environment, build_dir: &Path) { in make_and_check() function