summaryrefslogtreecommitdiffstats
path: root/t/eval/Foo.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-01-04 18:41:14 -0600
committerJesse Luehrs <doy@tozt.net>2012-01-04 18:41:14 -0600
commit38311155f8bfb2ee335d4ac122ad148c83ea252e (patch)
tree1ad8c4dacc0a6cf26f7c01446cb4d3247273bbf5 /t/eval/Foo.pm
parent96faf963aa8703449037aa46af1394a0e7831dc2 (diff)
downloadcircular-require-38311155f8bfb2ee335d4ac122ad148c83ea252e.tar.gz
circular-require-38311155f8bfb2ee335d4ac122ad148c83ea252e.zip
make this fix more general
Diffstat (limited to 't/eval/Foo.pm')
-rw-r--r--t/eval/Foo.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/eval/Foo.pm b/t/eval/Foo.pm
new file mode 100644
index 0000000..1558402
--- /dev/null
+++ b/t/eval/Foo.pm
@@ -0,0 +1,3 @@
+package Foo;
+use Bar;
+1;