summaryrefslogtreecommitdiffstats
path: root/t/warn.t
diff options
context:
space:
mode:
Diffstat (limited to 't/warn.t')
-rw-r--r--t/warn.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/warn.t b/t/warn.t
index 1058eb9..3f3ce33 100644
--- a/t/warn.t
+++ b/t/warn.t
@@ -5,7 +5,7 @@ use Test::More;
use lib 't/lib/warn';
{
- use_ok("Foo::Conflicts");
+ require Foo::Conflicts;
my $warning = '';
local $SIG{__WARN__} = sub { $warning .= $_[0] };