projects
/
gitmo/MooseX-AttributeHelpers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
53e73a9
)
The synopsis was a little goofy
Dave Rolsky [Sat, 15 Nov 2008 00:20:52 +0000 (
00:20
+0000)]
lib/MooseX/AttributeHelpers/Bool.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/AttributeHelpers/Bool.pm
b/lib/MooseX/AttributeHelpers/Bool.pm
index
6ca6f47
..
e8910bc
100644
(file)
--- a/
lib/MooseX/AttributeHelpers/Bool.pm
+++ b/
lib/MooseX/AttributeHelpers/Bool.pm
@@
-44,7
+44,7
@@
MooseX::AttributeHelpers::Bool
has 'is_lit' => (
metaclass => 'Bool',
is => 'rw',
- isa => 'Int',
+ isa => 'Bool',
default => sub { 0 },
provides => {
set => 'illuminate',