diff options
author | Andrew Fresh <afresh1@cvs.openbsd.org> | 2024-05-14 19:36:43 +0000 |
---|---|---|
committer | Andrew Fresh <afresh1@cvs.openbsd.org> | 2024-05-14 19:36:43 +0000 |
commit | 0aa19f5e10f3aa68dc15f265cb9e764af0950d32 (patch) | |
tree | 94c5ea412c688c4d44226904fabaa10a40e30588 /gnu/usr.bin/perl/t/lib/caller/Bpack.pm | |
parent | de628b3172c196b4c8e91f4e9d554f4ade647bf0 (diff) |
Import perl-5.38.2
ok gkoehler@
Commit and we'll fix fallout bluhm@
Right away, please deraadt@
Diffstat (limited to 'gnu/usr.bin/perl/t/lib/caller/Bpack.pm')
-rw-r--r-- | gnu/usr.bin/perl/t/lib/caller/Bpack.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/t/lib/caller/Bpack.pm b/gnu/usr.bin/perl/t/lib/caller/Bpack.pm new file mode 100644 index 00000000000..db0dca99ff4 --- /dev/null +++ b/gnu/usr.bin/perl/t/lib/caller/Bpack.pm @@ -0,0 +1,4 @@ +# for use by caller.t for GH #15109 and other tests +package Bpack; +use Cpack; +1; |