libmoosex-lazyrequire-perl

Moose extension to delay errors for attribute declarations
  https://metacpan.org/release/MooseX-LazyRequire
  0
  no reviews



Moosex::lazyrequire adds a lazy_require 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.