summaryrefslogtreecommitdiff
path: root/t/lib/caller/Bpack.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/caller/Bpack.pm')
-rw-r--r--t/lib/caller/Bpack.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/lib/caller/Bpack.pm b/t/lib/caller/Bpack.pm
new file mode 100644
index 0000000000..db0dca99ff
--- /dev/null
+++ b/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;