Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-MooseX-SimpleConfig-0.11-bp154.1.17 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: perl-MooseX-SimpleConfig Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.11 Vendor: openSUSE
Release: bp154.1.17 Build date: Mon May 9 11:57:06 2022
Group: Development/Libraries/Perl Build host: build73
Size: 32936 Source RPM: perl-MooseX-SimpleConfig-0.11-bp154.1.17.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/MooseX-SimpleConfig/
Summary: A Moose role for setting attributes from a simple configuration file
This role loads simple files to set object attributes. It is based on the
abstract role the MooseX::ConfigFromFile manpage, and uses the Config::Any
manpage to load your configuration file. the Config::Any manpage will in
turn support any of a variety of different config formats, detected by the
file extension. See the Config::Any manpage for more details about
supported formats.

To pass additional arguments to the Config::Any manpage you must provide a
'config_any_args()' method, for example:

  sub config_any_args {
    return {
      driver_args => { General => { '-InterPolateVars' => 1 } }
    };
  }

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

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Tue Apr 14 2015 coolo@suse.com
  - updated to 0.11
    see /usr/share/doc/packages/perl-MooseX-SimpleConfig/Changes
    0.11      2014-11-16 22:03:33Z
    - remove optional test prereq by testing .pl config files, rather than .conf
* Mon Nov 25 2013 coolo@suse.com
  - updated to 0.10
    - repository migrated from shadowcat to the github moose organization
    - eliminate race conditions between tests by using separate tempdirs for
      config files
    - resolve failing test report by removing unnecessary and undeclared prereq
* Thu Sep 12 2013 pgajdos@suse.com
  - buildrequire Path::Class and YAML::XS instead of YAML
* Wed Dec 01 2010 coolo@novell.com
  - switch to perl_requires macro
* Mon Nov 29 2010 coolo@novell.com
  - remove /var/adm/perl-modules
* Tue Aug 31 2010 pascal.bleser@opensuse.org
  - update to 0.09:
    * fix issue with MANIFEST
  - changes from 0.08:
    * fix passing multiple config files to SimpleConfig
* Mon Jun 14 2010 pascal.bleser@opensuse.org
  - initial package (0.07)

Files

/usr/lib/perl5/vendor_perl/5.26.1/MooseX
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/SimpleConfig.pm
/usr/share/doc/packages/perl-MooseX-SimpleConfig
/usr/share/doc/packages/perl-MooseX-SimpleConfig/CONTRIBUTING
/usr/share/doc/packages/perl-MooseX-SimpleConfig/Changes
/usr/share/doc/packages/perl-MooseX-SimpleConfig/LICENSE
/usr/share/doc/packages/perl-MooseX-SimpleConfig/README
/usr/share/man/man3/MooseX::SimpleConfig.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024