[libconfig-model-perl] branch master updated (5b2052c -> 246d582)

dod at debian.org dod at debian.org
Sun Sep 24 15:40:27 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  5b2052c   prepare release
      adds  9af1575   New upstream version 2.111
       new  ebd9a41   Updated version 2.111 from 'upstream/2.111'
       new  246d582   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:
 Build.PL                                           |   2 +-
 Changes                                            |  39 +++
 MANIFEST                                           |   6 +
 META.json                                          |   2 +-
 META.yml                                           |   2 +-
 debian/changelog                                   |  13 +
 lib/Config/Model.pm                                |  88 ++++--
 lib/Config/Model/Annotation.pm                     |   4 +-
 lib/Config/Model/AnyId.pm                          |   4 +-
 lib/Config/Model/AnyThing.pm                       |   4 +-
 lib/Config/Model/Backend/Any.pm                    |  14 +-
 lib/Config/Model/Backend/{Json.pm => CdsFile.pm}   | 108 +++----
 lib/Config/Model/Backend/Fstab.pm                  |   4 +-
 lib/Config/Model/Backend/IniFile.pm                |  72 ++---
 lib/Config/Model/Backend/Json.pm                   |  17 +-
 lib/Config/Model/Backend/{Json.pm => PerlFile.pm}  | 113 ++++---
 lib/Config/Model/Backend/PlainFile.pm              |  18 +-
 lib/Config/Model/Backend/ShellVar.pm               |  18 +-
 lib/Config/Model/Backend/Yaml.pm                   |  17 +-
 lib/Config/Model/BackendMgr.pm                     | 329 ++++-----------------
 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                       |   6 +-
 lib/Config/Model/Iterator.pm                       |   4 +-
 lib/Config/Model/ListId.pm                         |   4 +-
 lib/Config/Model/Lister.pm                         |   4 +-
 lib/Config/Model/Loader.pm                         |  39 +--
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |   2 +-
 .../Model/Manual/ModelCreationIntroduction.pod     | 237 ++-------------
 lib/Config/Model/Node.pm                           |  37 ++-
 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              |   4 +-
 lib/Config/Model/Value.pm                          |  12 +-
 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                                     |   6 +-
 t/backend_ini.t                                    |   2 +-
 t/backend_ini_with_section_map.t                   |   2 +-
 t/backend_mgr.t                                    |   6 +-
 t/backend_multiple.t                               |   2 +-
 t/backend_plainfile.t                              |   2 +-
 t/backend_yaml.t                                   |   2 +-
 t/cme-function.t                                   |   2 +-
 t/fuse_ui.t                                        |   2 +-
 t/include.t                                        |   5 +-
 t/load.t                                           | 119 ++++----
 t/load_model_snippets.t                            |   4 +-
 t/model_tests.d/backend-cds-examples/basic         |   8 +
 ...-yaml-test-conf.pl => backend-cds-test-conf.pl} |   6 +-
 t/model_tests.d/backend-perl-examples/basic        |  17 ++
 ...yaml-test-conf.pl => backend-perl-test-conf.pl} |   6 +-
 t/model_tests.d/backend-plainfile-test-conf.pl     |   2 +-
 t/pod_generation.t                                 |   4 +-
 72 files changed, 650 insertions(+), 904 deletions(-)
 copy lib/Config/Model/Backend/{Json.pm => CdsFile.pm} (62%)
 copy lib/Config/Model/Backend/{Json.pm => PerlFile.pm} (62%)
 create mode 100644 t/model_tests.d/backend-cds-examples/basic
 copy t/model_tests.d/{backend-yaml-test-conf.pl => backend-cds-test-conf.pl} (91%)
 create mode 100644 t/model_tests.d/backend-perl-examples/basic
 copy t/model_tests.d/{backend-yaml-test-conf.pl => backend-perl-test-conf.pl} (91%)

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