[libconfig-model-perl] 01/02: Merge tag 'upstream/2.101'

dod at debian.org dod at debian.org
Sat Apr 29 09:53:16 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 1fd3ab2f6a0402d5476928866d7f648733eba393
Merge: b02aa21 18dd1fa
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Apr 29 11:49:00 2017 +0200

    Merge tag 'upstream/2.101'
    
    Upstream version 2.101
    
    # gpg: Signature made Sat 29 Apr 2017 11:49:00 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]

 Changes                                            | 21 ++++++
 MANIFEST                                           |  4 ++
 META.json                                          |  2 +-
 META.yml                                           |  2 +-
 lib/Config/Model.pm                                | 78 ++++++++++++++++------
 lib/Config/Model/Annotation.pm                     |  4 +-
 lib/Config/Model/AnyId.pm                          | 36 ++++++----
 lib/Config/Model/AnyThing.pm                       | 18 ++---
 lib/Config/Model/Backend/Any.pm                    |  6 +-
 lib/Config/Model/Backend/Fstab.pm                  |  6 +-
 lib/Config/Model/Backend/IniFile.pm                | 61 +++++++++++++----
 lib/Config/Model/Backend/Json.pm                   |  4 +-
 lib/Config/Model/Backend/PlainFile.pm              |  6 +-
 lib/Config/Model/Backend/ShellVar.pm               |  4 +-
 lib/Config/Model/Backend/Yaml.pm                   |  4 +-
 lib/Config/Model/BackendMgr.pm                     | 20 +++---
 lib/Config/Model/CheckList.pm                      | 12 ++--
 lib/Config/Model/Cookbook/CreateModelFromDoc.pod   |  2 +-
 lib/Config/Model/Describe.pm                       |  4 +-
 lib/Config/Model/DumpAsData.pm                     | 12 ++--
 lib/Config/Model/Dumper.pm                         |  4 +-
 lib/Config/Model/Exception.pm                      | 44 ++++++------
 lib/Config/Model/FuseUI.pm                         | 24 +++----
 lib/Config/Model/HashId.pm                         | 10 +--
 lib/Config/Model/IdElementReference.pm             |  6 +-
 lib/Config/Model/Instance.pm                       | 19 ++++--
 lib/Config/Model/Iterator.pm                       |  4 +-
 lib/Config/Model/ListId.pm                         |  6 +-
 lib/Config/Model/Lister.pm                         |  4 +-
 lib/Config/Model/Loader.pm                         | 10 +--
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |  2 +-
 .../Model/Manual/ModelCreationIntroduction.pod     |  2 +-
 lib/Config/Model/Node.pm                           | 26 ++++----
 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                      |  8 +--
 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                  | 10 +--
 lib/Config/Model/SimpleUI.pm                       |  4 +-
 lib/Config/Model/TermUI.pm                         |  4 +-
 lib/Config/Model/TreeSearcher.pm                   |  8 +--
 lib/Config/Model/Utils/GenClassPod.pm              |  4 +-
 lib/Config/Model/Value.pm                          | 52 +++++++--------
 lib/Config/Model/Value/LayeredInclude.pm           |  4 +-
 lib/Config/Model/ValueComputer.pm                  | 46 ++++++-------
 lib/Config/Model/WarpedNode.pm                     |  6 +-
 lib/Config/Model/Warper.pm                         | 14 ++--
 t/accept.t                                         |  6 +-
 t/annotation.t                                     |  5 +-
 t/auto_load_model.t                                |  4 +-
 t/backend_ini_with_section_map.t                   | 16 ++---
 t/backend_mgr.t                                    |  6 +-
 t/backend_multiple.t                               |  6 +-
 t/backend_plainfile.t                              |  7 +-
 t/describe_node.t                                  |  6 +-
 t/dump_as_data.t                                   |  6 +-
 t/dump_tree.t                                      |  6 +-
 t/gen-class-doc.t                                  |  6 +-
 t/iterator.t                                       |  6 +-
 t/load.t                                           |  4 +-
 t/model_tests.d/backend-json-test-conf.pl          |  1 -
 .../backend-key-value-examples/bts-control         |  3 +
 t/model_tests.d/backend-key-value-test-conf.pl     | 49 ++++++++++++++
 t/model_tests.d/backend-yaml-examples/basic        |  8 +++
 ...json-test-conf.pl => backend-yaml-test-conf.pl} | 19 +++---
 t/model_tests.d/multistrap-test-conf.pl            |  2 +-
 t/node-load.t                                      |  4 +-
 t/node_get_set.t                                   |  4 +-
 t/pod_generation.t                                 |  4 +-
 t/report.t                                         | 10 +--
 t/search_element.t                                 |  6 +-
 t/simple_ui.t                                      |  6 +-
 t/term_ui.t                                        |  6 +-
 t/yaml_backend.t                                   |  6 +-
 77 files changed, 510 insertions(+), 353 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