From: Shawn M Moore Date: Sun, 21 Jun 2009 18:21:51 +0000 (-0400) Subject: Typo fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de668480a7241b4aca987a0a252bfb738ea10f0d;p=gitmo%2Fmoose-presentations.git Typo fix --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index ea20e48..2a1be67 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -2097,7 +2097,7 @@ use Moose; has first_name => ( reader => 'get_first_name', - writer => 'set_first_name, + writer => 'set_first_name', );