Paketname | libconfig-mvp-perl |
Beschreibung | multivalue-property package-oriented configuration module |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.101650-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 176 Byte |
Hängt ab von | perl, libtie-ixhash-perl, libmoose-perl (>= 0.91), perl (>= 5.8.9) | libmodule-pluggable-perl, libpa |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 46144 Byte |
Prüfsumme MD5 | 27d3ccac9638f7812782b5f1eb7d62fe |
Prüfsumme SHA1 | a8b7ab11f5e4bb0fdd3d305c454b369e2ecb868e |
Prüfsumme SHA256 | e826d1bbfcbdc446baa77a68d52413e8a306a8a6a16d1e3be1356357b3a2d5d0 |
Link zum Herunterladen | libconfig-mvp-perl_2.101650-1_all.deb |
Ausführliche Beschreibung | MVP is a mechanism for loading configuration (or other information) for
libraries. It doesn't read a file or a database. It's a helper for things
that do.
.
The idea is that you end up with a Config::MVP::Sequence object, and that you
can use that object to fully configure your library or application. The
sequence will contain a bunch of Config::MVP::Section objects, each of which
is meant to provide configuration for a part of your program. Most of these
sections will be directly related to a Perl library that you'll use as a
plugin or helper. Each section will have a name, and every name in the
sequence will be unique.
|