From: Dave Rolsky Date: Fri, 4 Feb 2011 18:16:18 +0000 (-0600) Subject: Fix attr inheritance slide now that Moose has a blacklist for allowed options X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2Fmoose-presentations.git;a=commitdiff_plain;h=88ba73cb2747fd9eb409a0ce9e22188d4ecec76b Fix attr inheritance slide now that Moose has a blacklist for allowed options --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index 01f0f5e..72e8bbe 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -2037,15 +2037,7 @@ Person->new( shoes => Shoes->new );
  • By default, subclasses inherit attribute as-is
  • -
  • Can change some attribute parameters in subclasses - -
  • +
  • Can change attribute parameters in subclasses