summaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-ConfigFromFile/DESCR
blob: 2a4e8f66d0792d92a4f982a533abd5b26894ea4a (plain)
1
2
3
4
5
6
7
8
9
10
This is an abstract role which provides an alternate constructor for creating
objects using parameters passed in from a configuration file. The actual
implementation of reading the configuration file is left to concrete subroles.

It declares an attribute configfile and a class method new_with_config, and
requires that concrete roles derived from it implement the class method
get_config_from_file.

Attributes specified directly as arguments to new_with_config supercede those
in the configfile.