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/50-buggy-constructor-inlining.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/50-buggy-constructor-inlining.t') 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); { -- cgit v1.2.3-54-g00ecf