Searched refs:Apack (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/t/lib/caller/
H A DApack.pm2 package Apack; package
/openbsd-current/gnu/usr.bin/perl/t/op/hook/
H A Drequire.t41 'require Apack;',
43 before Apack.pm at - line 1.
48 after Apack.pm at - line 1.
51 '${^HOOK}{require__before} with post action works as expected with t/lib/caller/Apack');
57 ' sub { $_[0] = "Apack.pm" if $_[0] eq "Cycle.pm";'.
62 before Apack.pm at - line 1.
67 after Apack.pm at - line 1.
70 '${^HOOK}{require__before} with filename rewrite works as expected (Cycle.pm -> Apack.pm)');
114 'require Apack;',
116 before Apack
[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
345 eval 'use Apack; 1';
349 like($Cpack::callers[$_], qr{caller/Apack.pm:3}, "GH #15109 level $_") for 3..5;

Completed in 114 milliseconds