Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-MooX-ClassAttribute
From: Makoto Fujiwara
Date: 2016-07-20 14:51:25
Message id: 20160720125125.83AE5FBB5@cvs.NetBSD.org
Log Message:
Import p5-MooX-ClassAttribute-0.011 as devel/p5-MooX-ClassAttribute.
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.
Files: