summaryrefslogtreecommitdiffstats
path: root/t/25-constructor-method-calls.t
diff options
context:
space:
mode:
Diffstat (limited to 't/25-constructor-method-calls.t')
-rw-r--r--t/25-constructor-method-calls.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/25-constructor-method-calls.t b/t/25-constructor-method-calls.t
index 7806b44..7187bb8 100644
--- a/t/25-constructor-method-calls.t
+++ b/t/25-constructor-method-calls.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
use Test::More;
-use Test::Moose qw(with_immutable);
+use Test::Moose;
my ($foo, $foosub);
{