[libconfig-model-perl] 01/09: Merge tag 'upstream/2.062'

dod at debian.org dod at debian.org
Tue Dec 2 12:37:05 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 c654f6261f99524cba3413a7bf34ffc3ec95fc79
Merge: 76913c6 4a8580e
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Nov 24 13:28:46 2014 +0100

    Merge tag 'upstream/2.062'
    
    Upstream version 2.062
    
    # gpg: Signature made Mon 24 Nov 2014 01:28:42 PM CET 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                                           |  11 +-
 Changes                                            |  25 +
 MANIFEST                                           |   7 +-
 META.json                                          |   6 +-
 META.yml                                           |   6 +-
 config-edit                                        | 780 ---------------------
 lib/Config/Model.pm                                | 122 +++-
 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                   |   4 +-
 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                      |  28 +-
 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                           |  20 +-
 lib/Config/Model/ObjTreeScanner.pm                 |  12 +-
 lib/Config/Model/Report.pm                         |   4 +-
 lib/Config/Model/SearchElement.pm                  |   4 +-
 lib/Config/Model/SimpleUI.pm                       |   6 +-
 lib/Config/Model/TermUI.pm                         |   4 +-
 lib/Config/Model/TreeSearcher.pm                   |   4 +-
 lib/Config/Model/Utils/GenClassPod.pm              |  84 +++
 lib/Config/Model/Value.pm                          |  10 +-
 lib/Config/Model/Value/LayeredInclude.pm           |   4 +-
 lib/Config/Model/ValueComputer.pm                  |   4 +-
 lib/Config/Model/WarpedNode.pm                     |  15 +-
 lib/Config/Model/Warper.pm                         |   4 +-
 lib/Config/Model/extensions/cme-gen-class-pod      |  57 --
 script/{cme => cme-old}                            |   4 +-
 t/accept.t                                         |   2 -
 t/annotation.t                                     |   2 -
 t/auto_load_model.t                                |   2 -
 t/backend_multiple.t                               |   1 -
 t/backend_plainfile.t                              |   2 -
 t/cme-command.t                                    |  84 ---
 t/config-edit-command.t                            |  77 --
 t/describe_node.t                                  |   2 -
 t/dump_as_data.t                                   |   2 -
 t/dump_tree.t                                      |   2 -
 t/fuse_ui.t                                        |   1 -
 t/gen-class-doc.t                                  |   2 -
 t/grab.t                                           |   1 -
 t/hash_id_of_node.t                                |   1 -
 t/hash_id_of_values.t                              |   1 -
 t/include.t                                        |   1 -
 t/instance.t                                       |   1 -
 t/iterator.t                                       |   2 -
 t/multi_warp_object.t                              |   1 -
 t/multi_warp_value.t                               |   1 -
 t/node.t                                           |   2 -
 t/node_get_set.t                                   |   2 -
 t/obj_tree_scanner.t                               |   1 -
 t/recursive_warp_value.t                           |   1 -
 t/report.t                                         |   2 -
 t/search_element.t                                 |   2 -
 t/search_in_tree.t                                 |   1 -
 t/simple_ui.t                                      |   2 -
 t/smooth_upgrade.t                                 |   1 -
 t/term_ui.t                                        |   2 -
 t/value_compute.t                                  |   1 -
 t/value_refer_to.t                                 |   1 -
 t/value_simple_warp.t                              |   1 -
 t/warped_id.t                                      |   1 -
 t/warped_node.t                                    |   1 -
 t/warped_node_collateral.t                         |   1 -
 t/warped_value.t                                   |   1 -
 86 files changed, 324 insertions(+), 1206 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