aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/Manual
diff options
context:
space:
mode:
authoromega <omega@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-06-22 19:00:13 +0000
committeromega <omega@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-06-22 19:00:13 +0000
commit159fd246b1f502b23d747a5e81ca3d8adf6c01af (patch)
treeb656227819597c3e2432700cba40fe4b199adb24 /lib/Reaction/Manual
parentfd320b190ab08076609172c211fd122d43c7308a (diff)
downloadreaction-159fd246b1f502b23d747a5e81ca3d8adf6c01af.tar.gz
reaction-159fd246b1f502b23d747a5e81ca3d8adf6c01af.zip
Added rw => 1 to Intro
Diffstat (limited to 'lib/Reaction/Manual')
-rw-r--r--lib/Reaction/Manual/Intro.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reaction/Manual/Intro.pod b/lib/Reaction/Manual/Intro.pod
index 7be7002..9ea0974 100644
--- 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' ];