summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-25 19:14:23 -0500
committerdoy <doy@tozt.net>2009-01-25 19:14:23 -0500
commit5f89d5ee8ab7e25d773c6d2dfe1ac38b96fd5be5 (patch)
treefa472fc7c817cfa9a5c2dbb8a632d3cc1677c46a /lib/Bot/Games
parent95d541d71019038631f80a7a66b1f7f86a10599c (diff)
downloadbot-games-5f89d5ee8ab7e25d773c6d2dfe1ac38b96fd5be5.tar.gz
bot-games-5f89d5ee8ab7e25d773c6d2dfe1ac38b96fd5be5.zip
oops, attributes should default to needing init
Diffstat (limited to 'lib/Bot/Games')
-rw-r--r--lib/Bot/Games/Meta/Role/Attribute.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bot/Games/Meta/Role/Attribute.pm b/lib/Bot/Games/Meta/Role/Attribute.pm
index e82ce58..e9d4d2d 100644
--- a/lib/Bot/Games/Meta/Role/Attribute.pm
+++ b/lib/Bot/Games/Meta/Role/Attribute.pm
@@ -11,7 +11,7 @@ has command => (
has needs_init => (
is => 'rw',
isa => 'Bool',
- default => 0,
+ default => 1,
);
around accessor_metaclass => sub {