Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: Review Request: perl-MooseX-ConfigFromFile - An abstract Moose role for setting attributes from a configfile
https://bugzilla.redhat.com/show_bug.cgi?id=470178
Summary: Review Request: perl-MooseX-ConfigFromFile - An abstract Moose role for setting attributes from a configfile Product: Fedora Version: rawhide Platform: All URL: http://search.cpan.org/dist/MooseX-ConfigFromFile OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: Package Review AssignedTo: nobody@fedoraproject.org ReportedBy: cweyl@alumni.drew.edu QAContact: extras-qa@fedoraproject.org CC: notting@redhat.com, fedora-package-review@redhat.com Estimated Hours: 0.0 Classification: Fedora
Spec URL: http://fedorapeople.org/~cweyl/review/perl-MooseX-ConfigFromFile.spec SRPM URL: http://fedorapeople.org/~cweyl/review/perl-MooseX-ConfigFromFile-0.02-1.fc9....
Description: 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.