summaryrefslogtreecommitdiff
path: root/devel/p5-MooX-ClassAttribute/DESCR
blob: a3f5e3124a086841e3c482cf8615e60b066995a0 (plain)
1
2
3
4
5
6
7
This module adds support for class attributes to Moo. Class attributes are
attributes whose values are not associated with any particular instance of
the class.

For example, the Person class might have a class attribute "binomial_name";
its value "Homo sapiens" is not associated with any particular individual,
but the class as a whole.