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

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

      from  25b5d4f   prepare release
      adds  40bbdf9   Imported Upstream version 2.055
       new  f11457a   Merge tag 'upstream/2.055'
       new  3bcdab8   imported upstream version
       new  d3fd339   control: removed dep on libanyevent-perl, libev-perl, libnamespace-autoclean-perl
       new  056d584   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                                           |    3 -
 Changes                                            |   13 +
 META.json                                          |    7 +-
 META.yml                                           |    7 +-
 debian/changelog                                   |   11 +
 debian/control                                     |    6 -
 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 +-
 103 files changed, 12995 insertions(+), 13248 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