From 3e11ec4d081928b62027baae9d9ede5ab8c2da2a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 1 Jun 2009 02:34:18 -0500 Subject: MooseX::NonMoose takes care of this --- lib/Bot/Games.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm index ef61c5f..ac5df25 100644 --- a/lib/Bot/Games.pm +++ b/lib/Bot/Games.pm @@ -145,7 +145,7 @@ sub find_game { return; } -__PACKAGE__->meta->make_immutable(inline_constructor => 0); +__PACKAGE__->meta->make_immutable; no Bot::Games::OO; 1; -- cgit v1.2.3-54-g00ecf