[Bug 470178] New: Review Request: perl-MooseX-ConfigFromFile - An abstract Moose role for setting attributes from a configfile

bugzilla at redhat.com bugzilla at redhat.com
Thu Nov 6 06:20:27 UTC 2008


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 at fedoraproject.org
        ReportedBy: cweyl at alumni.drew.edu
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at 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.src.rpm

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.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list