projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fd320b1
)
Added rw => 1 to Intro
omega [Sun, 22 Jun 2008 19:00:13 +0000 (19:00 +0000)]
lib/Reaction/Manual/Intro.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Reaction/Manual/Intro.pod
b/lib/Reaction/Manual/Intro.pod
index
7be7002
..
9ea0974
100644
(file)
--- a/
lib/Reaction/Manual/Intro.pod
+++ b/
lib/Reaction/Manual/Intro.pod
@@
-73,7
+73,7
@@
One way to achive that is to do the following:
use base 'DBIx::Class';
use Moose;
- has 'name' => (isa => 'Str', required => 1);
+ has 'name' => (isa => 'Str', required => 1, rw => 1);
use namespace::clean -except => [ 'meta' ];