[libconfig-model-perl] 01/04: Merge tag 'upstream/2.098'
dod at debian.org
dod at debian.org
Tue Feb 28 14:50:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
dod pushed a commit to branch master
in repository libconfig-model-perl.
commit 8a21cc56332f2e7e3e480a209760458b1f8b9712
Merge: b369196 80fb30f
Author: Dominique Dumont <dod at debian.org>
Date: Tue Feb 28 12:54:29 2017 +0100
Merge tag 'upstream/2.098'
Upstream version 2.098
# gpg: Signature made Tue 28 Feb 2017 12:54:29 CET
# gpg: using RSA key 9F7239FCB664F10B33E9DC03C31F4FD949AB2B6C
# gpg: Good signature from "Dominique Dumont <domi.dumont at free.fr>" [ultimate]
# gpg: aka "Dominique Dumont (CPAN) <ddumont at cpan.org>" [ultimate]
# gpg: aka "Dominique Dumont (HP-SEA) <dominique.dumont at hp.com>" [ultimate]
# gpg: aka "Dominique Dumont (Debian) <dod at debian.org>" [ultimate]
# gpg: aka "Dominique Dumont <dod at debian.org>" [ultimate]
# gpg: aka "Dominique Dumont <dod38fr at googlemail.com>" [ultimate]
Build.PL | 4 +-
Changes | 33 ++
LICENSE | 2 +-
MANIFEST | 5 +
META.json | 4 +-
META.yml | 6 +-
README.install.pod | 9 +-
lib/Config/Model.pm | 114 ++++---
lib/Config/Model/Annotation.pm | 8 +-
lib/Config/Model/AnyId.pm | 54 +++-
lib/Config/Model/AnyThing.pm | 10 +-
lib/Config/Model/Backend/Any.pm | 14 +-
lib/Config/Model/Backend/Fstab.pm | 8 +-
lib/Config/Model/Backend/IniFile.pm | 8 +-
lib/Config/Model/Backend/Json.pm | 8 +-
lib/Config/Model/Backend/PlainFile.pm | 126 +++++++-
lib/Config/Model/Backend/ShellVar.pm | 8 +-
lib/Config/Model/Backend/Yaml.pm | 8 +-
lib/Config/Model/BackendMgr.pm | 216 ++++++-------
lib/Config/Model/CheckList.pm | 9 +-
lib/Config/Model/Cookbook/CreateModelFromDoc.pod | 4 +-
lib/Config/Model/Describe.pm | 8 +-
lib/Config/Model/DumpAsData.pm | 8 +-
lib/Config/Model/Dumper.pm | 8 +-
lib/Config/Model/Exception.pm | 48 +--
lib/Config/Model/FuseUI.pm | 8 +-
lib/Config/Model/HashId.pm | 10 +-
lib/Config/Model/IdElementReference.pm | 8 +-
lib/Config/Model/Instance.pm | 117 +++++--
lib/Config/Model/Iterator.pm | 8 +-
lib/Config/Model/ListId.pm | 9 +-
lib/Config/Model/Lister.pm | 8 +-
lib/Config/Model/Loader.pm | 29 +-
lib/Config/Model/Manual/ModelCreationAdvanced.pod | 4 +-
.../Model/Manual/ModelCreationIntroduction.pod | 4 +-
lib/Config/Model/Node.pm | 25 +-
lib/Config/Model/ObjTreeScanner.pm | 8 +-
lib/Config/Model/Report.pm | 8 +-
lib/Config/Model/Role/ComputeFunction.pm | 154 +++++++++
lib/Config/Model/Role/Grab.pm | 17 +-
lib/Config/Model/Role/HelpAsText.pm | 8 +-
lib/Config/Model/Role/NodeLoader.pm | 8 +-
lib/Config/Model/Role/WarpMaster.pm | 8 +-
lib/Config/Model/SearchElement.pm | 8 +-
lib/Config/Model/SimpleUI.pm | 14 +-
lib/Config/Model/TermUI.pm | 13 +-
lib/Config/Model/TreeSearcher.pm | 10 +-
lib/Config/Model/Utils/GenClassPod.pm | 8 +-
lib/Config/Model/Value.pm | 9 +-
lib/Config/Model/Value/LayeredInclude.pm | 8 +-
lib/Config/Model/ValueComputer.pm | 358 ++++++++++-----------
lib/Config/Model/WarpedNode.pm | 8 +-
lib/Config/Model/Warper.pm | 8 +-
lib/Config/Model/models/Fstab.pl | 2 +-
lib/Config/Model/models/Fstab/CommonOptions.pl | 2 +-
lib/Config/Model/models/Fstab/Ext2FsOpt.pl | 2 +-
lib/Config/Model/models/Fstab/Ext3FsOpt.pl | 2 +-
lib/Config/Model/models/Fstab/Ext4FsOpt.pl | 2 +-
lib/Config/Model/models/Fstab/FsLine.pl | 2 +-
lib/Config/Model/models/Fstab/Iso9660_Opt.pl | 2 +-
lib/Config/Model/models/Fstab/NoneOptions.pl | 2 +-
lib/Config/Model/models/Fstab/SwapOptions.pl | 2 +-
lib/Config/Model/models/Fstab/UsbFsOptions.pl | 2 +-
lib/Config/Model/models/Multistrap.pl | 2 +-
lib/Config/Model/models/Multistrap/Section.pl | 2 +-
lib/Config/Model/models/PopCon.pl | 2 +-
t/backend_mgr.t | 2 +-
t/big_model.pm | 2 +-
t/dump_load_model.pm | 2 +-
t/fuse_ui.t | 4 +-
t/hash_id_of_values.t | 4 +-
t/lib/DummyNode.pm | 2 +-
t/load.t | 13 +-
t/model_tests.d/backend-ini-test-conf.pl | 2 +-
t/model_tests.d/backend-json-test-conf.pl | 2 +-
.../with-index/debian/bar.install.list | 3 +
.../with-index/debian/bar.move.list | 3 +
.../with-index/debian/foo.install.list | 2 +
t/model_tests.d/backend-plainfile-test-conf.pl | 124 +++++++
t/model_tests.d/backend-shellvar-test-conf.pl | 2 +-
t/model_tests.d/fstab-test-conf.pl | 2 +-
.../layer-examples/mini/etc/foo-config.pl | 2 +-
.../layer-examples/mini/home/joe/foo/config.pl | 2 +-
t/model_tests.d/layer-test-conf.pl | 2 +-
t/model_tests.d/multi-ini-test-conf.pl | 2 +-
t/model_tests.d/multistrap-test-conf.pl | 2 +-
t/model_tests.d/popcon-test-conf.pl | 2 +-
t/model_tests.t | 2 +-
t/test_ini_backend_model.pl | 2 +-
t/test_yaml_model.pl | 2 +-
t/value_compute.t | 47 ++-
91 files changed, 1223 insertions(+), 652 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-perl.git
More information about the Pkg-perl-cvs-commits
mailing list