in reply to Moose: What about "class" attributes?

At least for me, I think that Moose::Manual::Concepts clearly explains it better.
  • Comment on Re: Moose: What about "class" attributes?

Replies are listed 'Best First'.
Re^2: Moose: What about "class" attributes?
by John M. Dlugosz (Monsignor) on Apr 30, 2011 at 09:52 UTC
    A class has zero or more attributes.
    So?

    It doesn't say anything about class-level attributes. I'm pretty sure that class methods as supported by Perl's normal dispatch are virtual, though, and that document doesn't say anything other than "Any subroutine you define in your class is a method."