summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/t/lib/caller/Bpack.pm
diff options
context:
space:
mode:
authorAndrew Fresh <afresh1@cvs.openbsd.org>2024-05-14 19:36:43 +0000
committerAndrew Fresh <afresh1@cvs.openbsd.org>2024-05-14 19:36:43 +0000
commit0aa19f5e10f3aa68dc15f265cb9e764af0950d32 (patch)
tree94c5ea412c688c4d44226904fabaa10a40e30588 /gnu/usr.bin/perl/t/lib/caller/Bpack.pm
parentde628b3172c196b4c8e91f4e9d554f4ade647bf0 (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.pm4
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;