From: Dave Rolsky Date: Sun, 10 Oct 2010 01:07:31 +0000 (-0500) Subject: Remove list of things that a subclass can change in an attr. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aba801c43616ba77148f72748c53499cc35d8257;p=gitmo%2Fmoose-presentations.git Remove list of things that a subclass can change in an attr. Wording tweaks on basic attr summary slide --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index cd0f3fd..e255a3e 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -2030,15 +2030,7 @@ Person->new( shoes => Shoes->new );
  • By default, subclasses inherit attribute as-is
  • -
  • Can change some attribute parameters in subclasses - -
  • +
  • Can change most attribute parameters in subclasses
  • @@ -2166,8 +2158,9 @@ has first_name => (