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

perl-Class-Factory-1.60.0-4.mga8 RPM for noarch

From Mageia 8 for i586 / media / core / release

Name: perl-Class-Factory Distribution: Mageia
Version: 1.60.0 Vendor: Mageia.Org
Release: 4.mga8 Build date: Wed Feb 12 05:04:49 2020
Group: Development/Perl Build host: localhost
Size: 38212 Source RPM: perl-Class-Factory-1.60.0-4.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://search.cpan.org/dist/Class-Factory
Summary: Base class for dynamic factory classes
This is a simple module that factory classes can use to generate new types
of objects on the fly, providing a consistent interface to common groups of
objects.

Factory classes are used when you have different implementations for the
same set of tasks but may not know in advance what implementations you will
be using. Configuration files are a good example of this. There are four
basic operations you would want to do with any configuration: read the file
in, lookup a value, set a value, write the file out. There are also many
different types of configuration files, and you may want users to be able
to provide an implementation for their own home-grown configuration format.

With a factory class this is easy. To create the factory class, just
subclass 'Class::Factory' and create an interface for your configuration
serializer. 'Class::Factory' even provides a simple constructor for you.
Here's a sample interface and our two built-in configuration types:

Provides

Requires

License

GPL+ or Artistic

Changelog

* Wed Feb 12 2020 umeabot <umeabot> 1.60.0-4.mga8
  + Revision: 1493536
  - Mageia 8 Mass Rebuild
  + wally <wally>
  - replace deprecated %makeinstall_std
* Wed Sep 19 2018 umeabot <umeabot> 1.60.0-3.mga7
  + Revision: 1266316
  - Mageia 7 Mass Rebuild

Files

/usr/share/doc/perl-Class-Factory
/usr/share/doc/perl-Class-Factory/Changes
/usr/share/doc/perl-Class-Factory/META.yml
/usr/share/doc/perl-Class-Factory/README
/usr/share/man/man3/Class::Factory.3pm.xz
/usr/share/perl5/vendor_perl/Class
/usr/share/perl5/vendor_perl/Class/Factory.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:22:09 2024