blob: cfe915dc8a1599a060d269baa29080e4f2e963f9 (
plain)
1
2
3
4
5
6
|
MooseX::ClassAttribute allows you to declare class attributes in exactly
the same way as you declare object attributes, except using class_has()
instead of has(). It is also possible to make these attributes
immutable (and faster) just as you can with normal Moose attributes.
WWW: http://search.cpan.org/dist/MooseX-ClassAttribute/
|