summaryrefslogtreecommitdiffstats
path: root/t/hide_middleman2.t
diff options
context:
space:
mode:
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 917674b..bb3092a 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)\n"],
+ ["Circular require detected: Foo.pm (from Bar.pm)\n"],
"Show the module that used base, instead of 'base' when a cycle occurs from a use base."
);