projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eab8154
)
overload::StrVal is needed
Tokuhiro Matsuno [Wed, 3 Dec 2008 06:13:22 +0000 (06:13 +0000)]
lib/Mouse/Meta/Attribute.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse/Meta/Attribute.pm
b/lib/Mouse/Meta/Attribute.pm
index
e0473a9
..
0f04759
100644
(file)
--- a/
lib/Mouse/Meta/Attribute.pm
+++ b/
lib/Mouse/Meta/Attribute.pm
@@
-2,6
+2,7
@@
package Mouse::Meta::Attribute;
use strict;
use warnings;
+require overload;
use Carp 'confess';
use Mouse::Util qw/blessed weaken/;