summaryrefslogtreecommitdiffstats
path: root/t/hide_middleman2.t
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/hide_middleman2.t
parentde76247745ea63176649888b4ef40be01ce3cd16 (diff)
downloadcircular-require-d0719e8ad715588446409155d68fd1783486aa69.tar.gz
circular-require-d0719e8ad715588446409155d68fd1783486aa69.zip
show the entire cycle in the warning0.06
Diffstat (limited to 't/hide_middleman2.t')
-rw-r--r--t/hide_middleman2.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/hide_middleman2.t b/t/hide_middleman2.t
index bb3092a..f0cfae3 100644
--- a/t/hide_middleman2.t
+++ b/t/hide_middleman2.t
@@ -16,7 +16,7 @@ my @warnings;
is_deeply(
\@warnings,
- ["Circular require detected: Foo.pm (from Bar.pm)\n"],
+ ["Circular require detected:\n Foo.pm\n Bar.pm\n Foo.pm\n"],
"Show the module that used base, instead of 'base' when a cycle occurs from a use base."
);