[libconfig-model-perl] branch master updated (76913c6 -> 2babb61)

dod at debian.org dod at debian.org
Tue Dec 2 12:37:04 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  76913c6   prepare release
      adds  4a8580e   Imported Upstream version 2.062
       new  c654f62   Merge tag 'upstream/2.062'
       new  09c50e0   new upstream
       new  04b536b   updated remove-call-to-env
       new  57858b9   updated add_dh_config patch
      adds  e7cc5ac   Imported Upstream version 2.063
       new  05fe567   Merge tag 'upstream/2.063'
       new  03d5c16   updated completion files
       new  1041915   new upstream version
       new  7f080e5   refreshed partch
       new  2babb61   prepare release

The 9 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                                           |  11 +-
 Changes                                            |  31 +
 MANIFEST                                           |  10 +-
 META.json                                          |   6 +-
 META.yml                                           |   6 +-
 config-edit                                        | 780 ---------------------
 ...bash_completion.cme => bash_completion.cme-old} |  20 +-
 contrib/bash_completion.config-edit                |  64 --
 debian/changelog                                   |  15 +
 debian/libconfig-model-perl.bash-completion        |   3 +-
 debian/patches/add_dh_config                       |  10 +-
 debian/patches/remove-call-to-env                  |  12 +-
 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/array_id.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                                |  11 +-
 t/hash_id_of_values.t                              |  35 +-
 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 -
 93 files changed, 382 insertions(+), 1327 deletions(-)
 delete mode 100644 config-edit
 rename contrib/{bash_completion.cme => bash_completion.cme-old} (90%)
 delete mode 100644 contrib/bash_completion.config-edit
 create mode 100644 lib/Config/Model/Utils/GenClassPod.pm
 delete mode 100755 lib/Config/Model/extensions/cme-gen-class-pod
 rename script/{cme => cme-old} (99%)
 delete mode 100644 t/cme-command.t
 delete mode 100644 t/config-edit-command.t

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