summaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-LazyRequire/DESCR
blob: f4b8a242bebbaad88d7ee72483b4748b27df903e (plain)
1
2
3
4
5
This module adds a lazy_required option to Moose attribute declarations.

The reader methods for all attributes with that option will throw an
exception unless a value for the attributes was provided earlier by a
constructor parameter or through a writer method.