I've added a new Super PMC to trunk (branches/leo-ctx5 will be updated accordingly soon).

SYNOPSIS

.sub meth method
   .local pmc s
   s = new .Super, self
   s."meth"()
.end

Works of course only, if self's class has a parent.

See also perldoc classes/super.pmc and t/pmc/object-meths.t

leo



Reply via email to