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

dod at debian.org dod at debian.org
Mon May 5 12:15:27 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 f11457a00d9bb17a6a9239d08ad657617acbcc41
Merge: 25b5d4f 40bbdf9
Author: Dominique Dumont <dod at debian.org>
Date:   Fri May 2 13:38:43 2014 +0200

    Merge tag 'upstream/2.055'
    
    Upstream version 2.055
    
    # gpg: Signature made Fri 02 May 2014 01:38:39 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                                           |    3 -
 Changes                                            |   13 +
 META.json                                          |    7 +-
 META.yml                                           |    7 +-
 lib/Config/Model.pm                                | 1446 ++++++-----
 lib/Config/Model/Annotation.pm                     |  161 +-
 lib/Config/Model/AnyId.pm                          |  907 ++++---
 lib/Config/Model/AnyThing.pm                       |  640 ++---
 lib/Config/Model/Backend/Any.pm                    |  143 +-
 lib/Config/Model/Backend/Fstab.pm                  |  124 +-
 lib/Config/Model/Backend/IniFile.pm                |  241 +-
 lib/Config/Model/Backend/Json.pm                   |   43 +-
 lib/Config/Model/Backend/PlainFile.pm              |   22 +-
 lib/Config/Model/Backend/ShellVar.pm               |   85 +-
 lib/Config/Model/Backend/Yaml.pm                   |   53 +-
 lib/Config/Model/BackendMgr.pm                     |  673 +++---
 lib/Config/Model/CheckList.pm                      |  794 +++----
 lib/Config/Model/Cookbook/CreateModelFromDoc.pod   |    2 +-
 lib/Config/Model/Describe.pm                       |  147 +-
 lib/Config/Model/DumpAsData.pm                     |  286 +--
 lib/Config/Model/Dumper.pm                         |  250 +-
 lib/Config/Model/Exception.pm                      |  114 +-
 lib/Config/Model/FuseUI.pm                         |  297 +--
 lib/Config/Model/HashId.pm                         |  494 ++--
 lib/Config/Model/IdElementReference.pm             |   31 +-
 lib/Config/Model/Instance.pm                       |  432 ++--
 lib/Config/Model/Iterator.pm                       |  290 +--
 lib/Config/Model/ListId.pm                         |  445 ++--
 lib/Config/Model/Lister.pm                         |   68 +-
 lib/Config/Model/Loader.pm                         |  810 ++++---
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |    2 +-
 .../Model/Manual/ModelCreationIntroduction.pod     |    2 +-
 lib/Config/Model/Node.pm                           | 1252 +++++-----
 lib/Config/Model/ObjTreeScanner.pm                 |  329 ++-
 lib/Config/Model/Report.pm                         |   75 +-
 lib/Config/Model/SearchElement.pm                  |  369 ++-
 lib/Config/Model/SimpleUI.pm                       |  316 ++-
 lib/Config/Model/TermUI.pm                         |  211 +-
 lib/Config/Model/TreeSearcher.pm                   |  163 +-
 lib/Config/Model/Value.pm                          | 2508 ++++++++++----------
 lib/Config/Model/Value/LayeredInclude.pm           |  105 +-
 lib/Config/Model/ValueComputer.pm                  |  415 ++--
 lib/Config/Model/WarpedNode.pm                     |  271 ++-
 lib/Config/Model/Warper.pm                         |  587 ++---
 script/cme                                         |  230 +-
 t/accept.t                                         |   70 +-
 t/annotation.t                                     |  150 +-
 t/apply_fix.t                                      |   65 +-
 t/array_id.t                                       |  301 ++-
 t/array_with_data_migration.t                      |   77 +-
 t/augment_class.t                                  |  101 +-
 t/auto_load_model.t                                |   48 +-
 t/backend_ini.t                                    |  138 +-
 t/backend_ini_with_section_map.t                   |   92 +-
 t/backend_mgr.t                                    |  609 ++---
 t/backend_multiple.t                               |   83 +-
 t/backend_plainfile.t                              |   95 +-
 t/big_model.pm                                     |   14 +-
 t/check_list.t                                     |  226 +-
 t/cme-command.t                                    |   71 +-
 t/config-edit-command.t                            |   71 +-
 t/describe_node.t                                  |   59 +-
 t/dump_as_data.t                                   |  242 +-
 t/dump_load_model.pm                               |  381 +--
 t/dump_tree.t                                      |  193 +-
 t/fuse_ui.t                                        |  178 +-
 t/gen-class-doc.t                                  |   34 +-
 t/grab.t                                           |  123 +-
 t/hash_id_of_node.t                                |  222 +-
 t/hash_id_of_values.t                              |  748 +++---
 t/hash_with_data_migration.t                       |   83 +-
 t/include.t                                        |  125 +-
 t/instance.t                                       |   92 +-
 t/iterator.t                                       |  183 +-
 t/load.t                                           |  524 ++--
 t/load_model_snippets.t                            |  105 +-
 t/model.t                                          |  249 +-
 t/model_tests.t                                    |    6 +-
 t/multi_warp_object.t                              |  215 +-
 t/multi_warp_value.t                               |  199 +-
 t/node.t                                           |  332 +--
 t/node_get_set.t                                   |   53 +-
 t/obj_tree_scanner.t                               |  138 +-
 t/pod.t                                            |   10 +-
 t/pod_generation.t                                 |   36 +-
 t/recursive_warp_value.t                           |  188 +-
 t/report.t                                         |   63 +-
 t/search_element.t                                 |  530 +++--
 t/search_in_tree.t                                 |   76 +-
 t/simple_ui.t                                      |  110 +-
 t/smooth_upgrade.t                                 |  287 +--
 t/term_ui.t                                        |  115 +-
 t/value.t                                          |  332 ++-
 t/value_compute.t                                  |  395 +--
 t/value_refer_to.t                                 |  277 ++-
 t/value_simple_warp.t                              |  221 +-
 t/warped_id.t                                      |  317 ++-
 t/warped_node.t                                    |  430 ++--
 t/warped_node_collateral.t                         |   17 +-
 t/warped_value.t                                   |  197 +-
 t/yaml_backend.t                                   |   67 +-
 101 files changed, 12984 insertions(+), 13242 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