[libconfig-model-perl] 02/04: Merge tag 'upstream/2.102'

dod at debian.org dod at debian.org
Mon May 15 18:50:18 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 a65798ee6dbb2cb60b8c7b985c768a76e6918c86
Merge: 0c5bf7a 91bf35b
Author: Dominique Dumont <dod at debian.org>
Date:   Mon May 15 12:45:28 2017 +0200

    Merge tag 'upstream/2.102'
    
    Upstream version 2.102
    
    # gpg: Signature made Mon 15 May 2017 12:45:27 CEST
    # 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                                            | 15 +++++++
 MANIFEST                                           | 12 +++---
 META.json                                          |  6 +--
 META.yml                                           |  6 +--
 lib/Config/Model.pm                                | 31 ++++++++++----
 lib/Config/Model/Annotation.pm                     |  4 +-
 lib/Config/Model/AnyId.pm                          |  4 +-
 lib/Config/Model/AnyThing.pm                       |  4 +-
 lib/Config/Model/Backend/Any.pm                    |  4 +-
 lib/Config/Model/Backend/Fstab.pm                  |  4 +-
 lib/Config/Model/Backend/IniFile.pm                |  4 +-
 lib/Config/Model/Backend/Json.pm                   |  4 +-
 lib/Config/Model/Backend/PlainFile.pm              |  4 +-
 lib/Config/Model/Backend/ShellVar.pm               |  4 +-
 lib/Config/Model/Backend/Yaml.pm                   | 45 ++++++++++++++++----
 lib/Config/Model/BackendMgr.pm                     |  4 +-
 lib/Config/Model/CheckList.pm                      |  4 +-
 lib/Config/Model/Cookbook/CreateModelFromDoc.pod   |  2 +-
 lib/Config/Model/Describe.pm                       |  4 +-
 lib/Config/Model/DumpAsData.pm                     |  4 +-
 lib/Config/Model/Dumper.pm                         |  4 +-
 lib/Config/Model/Exception.pm                      | 44 +++++++++----------
 lib/Config/Model/FuseUI.pm                         |  4 +-
 lib/Config/Model/HashId.pm                         |  4 +-
 lib/Config/Model/IdElementReference.pm             |  4 +-
 lib/Config/Model/Instance.pm                       |  4 +-
 lib/Config/Model/Iterator.pm                       |  4 +-
 lib/Config/Model/ListId.pm                         |  4 +-
 lib/Config/Model/Lister.pm                         |  4 +-
 lib/Config/Model/Loader.pm                         |  4 +-
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |  2 +-
 .../Model/Manual/ModelCreationIntroduction.pod     |  2 +-
 lib/Config/Model/Node.pm                           |  4 +-
 lib/Config/Model/ObjTreeScanner.pm                 |  4 +-
 lib/Config/Model/Report.pm                         |  4 +-
 lib/Config/Model/Role/ComputeFunction.pm           |  4 +-
 lib/Config/Model/Role/Grab.pm                      |  4 +-
 lib/Config/Model/Role/HelpAsText.pm                |  4 +-
 lib/Config/Model/Role/NodeLoader.pm                |  4 +-
 lib/Config/Model/Role/WarpMaster.pm                |  4 +-
 lib/Config/Model/SearchElement.pm                  |  4 +-
 lib/Config/Model/SimpleUI.pm                       |  4 +-
 lib/Config/Model/TermUI.pm                         |  4 +-
 lib/Config/Model/TreeSearcher.pm                   |  4 +-
 lib/Config/Model/Utils/GenClassPod.pm              | 10 +++--
 lib/Config/Model/Value.pm                          | 10 ++---
 lib/Config/Model/Value/LayeredInclude.pm           |  4 +-
 lib/Config/Model/ValueComputer.pm                  |  4 +-
 lib/Config/Model/WarpedNode.pm                     |  4 +-
 lib/Config/Model/Warper.pm                         |  4 +-
 t/annotation.t                                     |  2 +-
 t/auto_load_model.t                                |  3 +-
 t/backend_ini.t                                    |  3 +-
 t/{yaml_backend.t => backend_yaml.t}               |  5 ++-
 t/describe_node.t                                  |  4 +-
 t/dump_as_data.t                                   |  3 +-
 t/dump_tree.t                                      |  3 +-
 t/fuse_ui.t                                        |  3 +-
 t/gen-class-doc.t                                  |  3 +-
 t/grab.t                                           |  2 +-
 t/instance.t                                       |  2 +-
 t/iterator.t                                       |  3 +-
 .../Config/Model/models/Master.pl}                 |  0
 t/{ => lib}/dump_load_model.pm                     |  0
 t/{ => lib}/test_ini_backend_model.pl              |  0
 t/{ => lib}/test_yaml_model.pl                     |  0
 t/load.t                                           |  3 +-
 t/load_model_snippets.t                            | 37 ++++++----------
 t/model_tests.d/backend-yaml-data-examples/basic   |  5 +++
 t/model_tests.d/backend-yaml-data-test-conf.pl     | 49 ++++++++++++++++++++++
 t/node_get_set.t                                   |  2 +-
 t/obj_tree_scanner.t                               |  2 +-
 t/pod_generation.t                                 |  2 +-
 t/report.t                                         |  2 +-
 t/search_element.t                                 |  2 +-
 t/search_in_tree.t                                 |  2 +-
 t/simple_ui.t                                      |  2 +-
 t/term_ui.t                                        |  2 +-
 79 files changed, 302 insertions(+), 185 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