Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-MooseX-SetOnce / pkg-descr
1 The 'SetOnce' attribute lets your class have attributes that are not lazy and
2 not set, but that cannot be altered once set. If you try to alter the value
3 of an attribute with the SetOnce trait, either by accessor or writer, and the
4 attribute has a value, it will throw an exception.
5
6 WWW: http://search.cpan.org/dist/MooseX-SetOnce/