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

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

      from  bae4e2a   prepare release
       new  0c5bf7a   add stretch only release (2.097-2) entry in changelog
      adds  91bf35b   New upstream version 2.102
       new  a65798e   Merge tag 'upstream/2.102'
       new  ed6b0cb   control: depends on libyaml-tiny-perl
       new  4e88f8c   prepare release

The 4 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:
 Build.PL                                           |  4 +-
 Changes                                            | 15 +++++++
 MANIFEST                                           | 12 +++---
 META.json                                          |  6 +--
 META.yml                                           |  6 +--
 debian/changelog                                   | 24 +++++++++++
 debian/control                                     |  4 +-
 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 +-
 81 files changed, 328 insertions(+), 187 deletions(-)
 rename t/{yaml_backend.t => backend_yaml.t} (97%)
 rename t/{big_model.pm => lib/Config/Model/models/Master.pl} (100%)
 rename t/{ => lib}/dump_load_model.pm (100%)
 rename t/{ => lib}/test_ini_backend_model.pl (100%)
 rename t/{ => lib}/test_yaml_model.pl (100%)
 create mode 100644 t/model_tests.d/backend-yaml-data-examples/basic
 create mode 100644 t/model_tests.d/backend-yaml-data-test-conf.pl

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