[libconfig-model-perl] 01/04: Merge tag 'upstream/2.056'

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

commit 2add87263161600bc496f78b14cd53f5414e8077
Merge: 056d584 b216964
Author: Dominique Dumont <dod at debian.org>
Date:   Mon May 19 14:01:25 2014 +0200

    Merge tag 'upstream/2.056'
    
    Upstream version 2.056
    
    # gpg: Signature made Mon 19 May 2014 02:01:21 PM CEST using RSA key ID 49AB2B6C
    # gpg: Good signature from "Dominique Dumont <domi.dumont at free.fr>"
    # gpg:                 aka "Dominique Dumont (CPAN) <ddumont at cpan.org>"
    # gpg:                 aka "Dominique Dumont (HP-GNB) <domi at komarr.gre.hp.com>"
    # gpg:                 aka "Dominique Dumont (HP-SEA) <dominique.dumont at hp.com>"
    # gpg:                 aka "Dominique Dumont (Debian) <dod at debian.org>"
    # gpg:                 aka "Dominique Dumont <dominique.dumont at palm.com>"

 Build.PL                                           |   5 +-
 Changes                                            |  13 ++
 MANIFEST                                           |   3 +-
 META.json                                          |   9 +-
 META.yml                                           |   9 +-
 contrib/bash_completion.cme                        |  14 +-
 contrib/bash_completion.cme_multistrap             |  16 ++
 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 +-
 77 files changed, 437 insertions(+), 793 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