From: Dave Rolsky Date: Fri, 25 Sep 2009 17:59:12 +0000 (-0500) Subject: s/fat/heavy/ (let's not pick on fat people like me ;) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ab00dc1aac87632b7b4524aa22a0810d7e451e9;p=gitmo%2Fmoose-presentations.git s/fat/heavy/ (let's not pick on fat people like me ;) --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index 7108b3f..7495ce3 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -275,7 +275,7 @@ has weight => ( ); # kaboom -Person->new( weight => 'fat' ); +Person->new( weight => 'heavy' );