From: Dave Rolsky Date: Fri, 5 Feb 2010 19:40:39 +0000 (-0600) Subject: Fix a few small typos X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6960f4e1f61fa7cdb54cae31ce4e60d513469d6a;p=gitmo%2Fmoose-presentations.git Fix a few small typos --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index 6bcad03..b065633 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -1882,7 +1882,7 @@ has bank => ( @@ -1956,7 +1956,8 @@ has bank => ( use Moose; has shoe_size => ( - is => 'ro', + is => 'ro', + required => 'ro', );