Searched refs:Cpack (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/t/lib/caller/
H A DBpack.pm3 use Cpack;
H A DCpack.pm2 package Cpack; package
8 push @Cpack::callers, "$file:$line";
/openbsd-current/gnu/usr.bin/perl/t/op/hook/
H A Drequire.t45 before Cpack.pm at - line 1.
46 after Cpack.pm at - line 1.
64 before Cpack.pm at - line 1.
65 after Cpack.pm at - line 1.
118 before Cpack.pm at - line 1.
119 after Cpack.pm at - line 1.
135 before Cpack.pm at - line 1.
147 after Cpack.pm at - line 1.
176 before: Cpack.pm
177 after: Cpack
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dcaller.t343 # Apack use's Bpack which use's Cpack which populates @Cpack::caller
347 is (scalar(@Cpack::callers), 10, "GH #15109 - callers count");
348 like($Cpack::callers[$_], qr{caller/Bpack.pm:3}, "GH #15109 level $_") for 0..2;
349 like($Cpack::callers[$_], qr{caller/Apack.pm:3}, "GH #15109 level $_") for 3..5;
350 like($Cpack::callers[$_], qr{\(eval \d+\):1}, "GH #15109 level $_") for 6..8;
351 like($Cpack::callers[$_], qr{caller\.t}, "GH #15109 level $_") for 9;

Completed in 72 milliseconds