From 62eab4ab4c140c8916539d4340afe29bdab01853 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 29 May 2009 16:37:51 -0500 Subject: Foo::Moose2, not Foo::Moose --- t/006-disable.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/006-disable.t b/t/006-disable.t index aea55ec..6d652ab 100644 --- a/t/006-disable.t +++ b/t/006-disable.t @@ -28,6 +28,6 @@ Foo::Moose->meta->make_immutable; isnt($method, Foo::Moose->meta->get_method('new'), 'make_immutable replaced the constructor with an inlined version'); my $method2 = Foo::Moose2->meta->get_method('new'); -Foo::Moose->meta->make_immutable(inline_constructor => 0); +Foo::Moose2->meta->make_immutable(inline_constructor => 0); is($method2, Foo::Moose2->meta->get_method('new'), 'make_immutable doesn\'t replace the constructor if we ask it not to'); -- cgit v1.2.3