summaryrefslogtreecommitdiffstats
path: root/t/50-buggy-constructor-inlining.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-06-15 03:39:08 -0500
committerJesse Luehrs <doy@tozt.net>2010-06-15 03:39:08 -0500
commitdfc2ff5f2709f198d9fdb21d84a2534acc9f3670 (patch)
tree1e7792b6281cc26c634552d0b3a34ac73653fc62 /t/50-buggy-constructor-inlining.t
parenteaf8ccad64a0ca7a5f69ce884753a395f4c196fc (diff)
downloadmoosex-nonmoose-dfc2ff5f2709f198d9fdb21d84a2534acc9f3670.tar.gz
moosex-nonmoose-dfc2ff5f2709f198d9fdb21d84a2534acc9f3670.zip
make more tests use with_immutable
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);
{