Jump to letter: [
23ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-MouseX-ConfigFromFile - An abstract Mouse role for setting attributes from a configfile
- Description:
This is an abstract role that 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.
Packages
perl-MouseX-ConfigFromFile-0.05-3.el7.noarch
[10 KiB] |
Changelog
by Paul Howarth (2014-04-23):
- Incorporate feedback from package review (#1088946)
- Comment on module unbundling in %prep
- Don't need to clean buildroot in %install
|