summaryrefslogtreecommitdiffstats
path: root/t/long_cycle/Bar.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-01-06 01:14:29 -0600
committerJesse Luehrs <doy@tozt.net>2012-01-06 01:15:25 -0600
commitd0719e8ad715588446409155d68fd1783486aa69 (patch)
tree71121b793602fba6ffad170dba646cc882bf4e3b /t/long_cycle/Bar.pm
parentde76247745ea63176649888b4ef40be01ce3cd16 (diff)
downloadcircular-require-0.06.tar.gz
circular-require-0.06.zip
show the entire cycle in the warning0.06
Diffstat (limited to 't/long_cycle/Bar.pm')
-rw-r--r--t/long_cycle/Bar.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/long_cycle/Bar.pm b/t/long_cycle/Bar.pm
new file mode 100644
index 0000000..5d7209a
--- /dev/null
+++ b/t/long_cycle/Bar.pm
@@ -0,0 +1,3 @@
+package Bar;
+use Baz;
+1;