summaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-SimpleConfig/DESCR
blob: 15bd6a30d33901a16419ed09e95be59e5d907db4 (plain)
1
2
3
4
5
6
7
8
9
This role loads simple configfiles to set object attributes. It is based on the
abstract role MooseX::ConfigFromFile, and uses Config::Any to load your
configfile. Config::Any will in turn support any of a variety of different
config formats, detected by the file extension. See Config::Any for more
details about supported formats.

Like all MooseX::ConfigFromFile -derived configfile loaders, this module is
automatically supported by the MooseX::Getopt role as well, which allows
specifying -configfile on the commandline.