projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
12be757
)
Fix typo for attribute declaration in Reaction::UI::Skin
xinming [Sat, 27 Jun 2009 09:25:46 +0000 (09:25 +0000)]
required, not requred.
lib/Reaction/UI/Skin.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Reaction/UI/Skin.pm
b/lib/Reaction/UI/Skin.pm
index
261af79
..
79d67c0
100644
(file)
--- a/
lib/Reaction/UI/Skin.pm
+++ b/
lib/Reaction/UI/Skin.pm
@@
-20,7
+20,7
@@
has 'name' => (is => 'ro', isa => 'Str', required => 1);
has 'skin_dir' => (is => 'rw', isa => Dir, lazy_fail => 1);
has 'widget_search_path' => (
- is => 'rw', isa => 'ArrayRef', requred => 1, default => sub { [] }
+ is => 'rw', isa => 'ArrayRef', required => 1, default => sub { [] }
);
has 'view' => (