summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/t/lib/caller/Bicycle.pm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/t/lib/caller/Bicycle.pm')
-rw-r--r--gnu/usr.bin/perl/t/lib/caller/Bicycle.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/t/lib/caller/Bicycle.pm b/gnu/usr.bin/perl/t/lib/caller/Bicycle.pm
new file mode 100644
index 00000000000..083391ef979
--- /dev/null
+++ b/gnu/usr.bin/perl/t/lib/caller/Bicycle.pm
@@ -0,0 +1,3 @@
+require Tricycle; # part of a cyclic dependency chain
+
+1;