[libconfig-model-perl] branch master updated (b02aa21 -> bae4e2a)

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 change to branch master
in repository libconfig-model-perl.

      from  b02aa21   prepare release
      adds  18dd1fa   New upstream version 2.101
       new  1fd3ab2   Merge tag 'upstream/2.101'
       new  bae4e2a   prepare release

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            | 21 ++++++
 MANIFEST                                           |  4 ++
 META.json                                          |  2 +-
 META.yml                                           |  2 +-
 debian/changelog                                   | 13 ++++
 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 +-
 78 files changed, 523 insertions(+), 353 deletions(-)
 create mode 100644 t/model_tests.d/backend-key-value-examples/bts-control
 create mode 100644 t/model_tests.d/backend-key-value-test-conf.pl
 create mode 100644 t/model_tests.d/backend-yaml-examples/basic
 copy t/model_tests.d/{backend-json-test-conf.pl => backend-yaml-test-conf.pl} (68%)

-- 
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