From: Dave Rolsky Date: Tue, 2 Feb 2010 18:15:50 +0000 (-0600) Subject: Add clarification on how Moose binds super() X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=16efce7add3d43007e40a85e9681cb3468ad93a2;p=gitmo%2Fmoose-presentations.git Add clarification on how Moose binds super() --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index 973b825..f0bea94 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -1066,6 +1066,7 @@ use Moose;
  • Mostly like $self->SUPER::work(@_)
  • But cannot change @_!
  • Binds the parent's method at compile time
  • +
  • Parent determined by checking Child->meta()->superclasses()