From dfc2ff5f2709f198d9fdb21d84a2534acc9f3670 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 15 Jun 2010 03:39:08 -0500 Subject: make more tests use with_immutable --- t/25-constructor-method-calls.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/25-constructor-method-calls.t') 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); { -- cgit v1.2.3-54-g00ecf