[libconfig-model-perl] branch master updated (056d584 -> e54ca94)

dod at debian.org dod at debian.org
Tue May 20 05:56:20 UTC 2014


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  056d584   prepare release
      adds  b216964   Imported Upstream version 2.056
       new  2add872   Merge tag 'upstream/2.056'
       new  bacd5fd   control: removed dep on libfile-slurp-perl
       new  fb43d9e   control: replaced dep on libpath-class-perl with libpath-tiny-perl
       new  e54ca94   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                                           |   5 +-
 Changes                                            |  13 ++
 MANIFEST                                           |   3 +-
 META.json                                          |   9 +-
 META.yml                                           |   9 +-
 contrib/bash_completion.cme                        |  14 +-
 contrib/bash_completion.cme_multistrap             |  16 ++
 debian/changelog                                   |  14 ++
 debian/control                                     |   6 +-
 lib/Config/Model.pm                                | 108 +++-------
 lib/Config/Model/Annotation.pm                     |   4 +-
 lib/Config/Model/AnyId.pm                          |  37 +---
 lib/Config/Model/AnyThing.pm                       |   6 +-
 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                   |   4 +-
 lib/Config/Model/BackendMgr.pm                     |   4 +-
 lib/Config/Model/CheckList.pm                      |   8 +-
 lib/Config/Model/Cookbook/CreateModelFromDoc.pod   |   2 +-
 lib/Config/Model/Describe.pm                       |   5 +-
 lib/Config/Model/DumpAsData.pm                     |  10 +-
 lib/Config/Model/Dumper.pm                         |  10 +-
 lib/Config/Model/Exception.pm                      |  60 ++----
 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                       |  26 +--
 lib/Config/Model/ListId.pm                         |   4 +-
 lib/Config/Model/Lister.pm                         |   5 +-
 lib/Config/Model/Loader.pm                         |  55 ++---
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |   3 +-
 .../Model/Manual/ModelCreationIntroduction.pod     |  21 +-
 lib/Config/Model/Node.pm                           | 240 ++++++---------------
 lib/Config/Model/ObjTreeScanner.pm                 |  47 +---
 lib/Config/Model/Report.pm                         |   5 +-
 lib/Config/Model/SearchElement.pm                  |   5 +-
 lib/Config/Model/SimpleUI.pm                       |  14 +-
 lib/Config/Model/TermUI.pm                         |   8 +-
 lib/Config/Model/TreeSearcher.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                     |  12 +-
 lib/Config/Model/Warper.pm                         |  13 +-
 lib/Config/Model/extensions/cme-gen-class-pod      |  11 +-
 lib/Config/Model/models/PopCon.pl                  |   1 -
 script/cme                                         |  19 +-
 t/annotation.t                                     |   4 +-
 t/array_id.t                                       |   4 +-
 t/auto_load_model.t                                |   2 +-
 t/big_model.pm                                     |   1 -
 t/check_list.t                                     |   1 -
 t/describe_node.t                                  |   2 +-
 t/dump_as_data.t                                   |   2 +-
 t/dump_load_model.pm                               |   1 -
 t/dump_tree.t                                      |   8 +-
 t/fuse_ui.t                                        |  35 +--
 t/grab.t                                           |   2 +-
 t/instance.t                                       |   2 +-
 t/iterator.t                                       |   3 +-
 t/load.t                                           |  30 +--
 t/model.t                                          |  14 +-
 t/multi_warp_object.t                              |  30 +--
 t/node.t                                           |  49 +----
 t/node_get_set.t                                   |   2 +-
 t/obj_tree_scanner.t                               |  68 +++++-
 t/report.t                                         |   4 +-
 t/search_in_tree.t                                 |   8 +-
 t/simple_ui.t                                      |   2 +-
 t/term_ui.t                                        |   2 +-
 t/warped_id.t                                      |   2 +-
 t/warped_node.t                                    |  36 +---
 t/warped_value.t                                   |  32 ++-
 t/yaml_backend.t                                   |   4 +-
 79 files changed, 453 insertions(+), 797 deletions(-)
 create mode 100644 contrib/bash_completion.cme_multistrap

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