summaryrefslogtreecommitdiff
path: root/t/lib/GH_15109/Apack.pm
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2020-03-14 12:13:03 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2020-03-14 12:13:03 +0000
commite962c4d357ccc91a42fa190be83a514c6c039ab5 (patch)
tree9bea5e1e872767230c50eac3cdada48d82f1a2ab /t/lib/GH_15109/Apack.pm
parent5093e0eb37ed945960a3b3184f234d51a3cf226a (diff)
downloadperl-e962c4d357ccc91a42fa190be83a514c6c039ab5.tar.gz
Revert "avoid identical stack traces"
This reverts commit b7b8b099a2106c45a577e9cd7b9f1653736cf89a. I do not think this is currently suitable for maint, given GH#17567 and the attempt at fixing it in fb8188b84d which was itself reverted in 6311900a66. (See also the documentation update in ee428a211d.)
Diffstat (limited to 't/lib/GH_15109/Apack.pm')
-rw-r--r--t/lib/GH_15109/Apack.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/lib/GH_15109/Apack.pm b/t/lib/GH_15109/Apack.pm
deleted file mode 100644
index fa52ec8b53..0000000000
--- a/t/lib/GH_15109/Apack.pm
+++ /dev/null
@@ -1,4 +0,0 @@
-# for use by caller.t for GH #15109
-package Apack;
-use Bpack;
-1;