in reply to Moose and class methods

It's a simple typo:

class Derived extends Base { ... }

Replies are listed 'Best First'.
Re^2: Moose and class methods
by John M. Dlugosz (Monsignor) on May 01, 2011 at 10:28 UTC
    Oops!

    I had banged on that code quite a bit. Must have lost it at some point and forgot.

    As expected, it works fine when I fixed the Base.