Class attributes
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <022120082048.2617.47BDE3B4000B376C00000A39220076143804079B089C@comcast.net> |
Hi all,
the statement
has 'foo' => ('is' => 'ro' ...) ;
declares a instance attribute of objects created later on when ->new is called.
Is there a way to have a class attribute that is created during compile time?
--
Sincerely
Yuri Shtil