From: Dave Rolsky Date: Wed, 23 Sep 2009 14:58:50 +0000 (-0500) Subject: Add note about how extends is necessary for metaclass compat X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1847dd9ee8e1f995b293d12f2dc700b6f43092dc;p=gitmo%2Fmoose-presentations.git Add note about how extends is necessary for metaclass compat --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index dc3da22..67fcb8e 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -964,6 +964,8 @@ sub BUILD {
package Employee;