devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / p5-MooseX-LazyRequire / DESCR
1 This module adds a lazy_required option to Moose attribute declarations.
2
3 The reader methods for all attributes with that option will throw an
4 exception unless a value for the attributes was provided earlier by a
5 constructor parameter or through a writer method.