Source: libmousex-configfromfile-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libmouse-perl, libmousex-types-path-class-perl, libtest-useallmodules-perl, perl, perl (>= 5.11.1) | libtest-simple-perl (>= 0.94) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmousex-configfromfile-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmousex-configfromfile-perl.git Homepage: https://metacpan.org/release/MouseX-ConfigFromFile Package: libmousex-configfromfile-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmouse-perl, libmousex-types-path-class-perl Description: abstract Mouse role for setting attributes from a configfile MouseX::ConfigFromFile 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.