From 55dd2122007e0a8d7046d8ab5071d62f67bcfa6a Mon Sep 17 00:00:00 2001 From: doy Date: Mon, 26 Jan 2009 00:14:26 -0500 Subject: oops, need lazy --- lib/Bot/Games.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Bot/Games.pm') diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm index 36544fc..e1fe2a4 100644 --- a/lib/Bot/Games.pm +++ b/lib/Bot/Games.pm @@ -37,6 +37,7 @@ has done_init => ( has alias => ( is => 'ro', isa => 'HashRef[Str]', + lazy => 1, default => sub { { sg => 'superghost', xg => 'xghost', -- cgit v1.2.3-54-g00ecf