summaryrefslogtreecommitdiffstats
path: root/t/50-buggy-constructor-inlining.t
diff options
context:
space:
mode:
Diffstat (limited to 't/50-buggy-constructor-inlining.t')
-rw-r--r--t/50-buggy-constructor-inlining.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/50-buggy-constructor-inlining.t b/t/50-buggy-constructor-inlining.t
index 253ff03..3537e31 100644
--- a/t/50-buggy-constructor-inlining.t
+++ b/t/50-buggy-constructor-inlining.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
use Test::More tests => 6;
-use Test::Moose qw(with_immutable);
+use Test::Moose;
my ($Foo, $Bar, $Baz);
{