summaryrefslogtreecommitdiffstats
path: root/t/hidden_cycle.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/hidden_cycle.t
parentde76247745ea63176649888b4ef40be01ce3cd16 (diff)
downloadcircular-require-d0719e8ad715588446409155d68fd1783486aa69.tar.gz
circular-require-d0719e8ad715588446409155d68fd1783486aa69.zip
show the entire cycle in the warning0.06
Diffstat (limited to 't/hidden_cycle.t')
-rw-r--r--t/hidden_cycle.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/hidden_cycle.t b/t/hidden_cycle.t
index a2b33f1..39d03bc 100644
--- a/t/hidden_cycle.t
+++ b/t/hidden_cycle.t
@@ -16,7 +16,7 @@ my @warnings;
is_deeply(
\@warnings,
- ["Circular require detected: Bar.pm (from <unknown file>)\n"],
+ ["Circular require detected in Bar.pm (from unknown file)\n"],
"hiding all packages in the cycle shouldn't report a package outside of the cycle as being the source"
);