[libconfig-model-itself-perl] branch master updated (adde98f -> 93fdfc2)

dod at debian.org dod at debian.org
Mon Dec 14 16:47:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

dod pushed a change to branch master
in repository libconfig-model-itself-perl.

      from  adde98f   update changelog
      adds  ce599f1   Imported Upstream version 2.002
       new  f7f22e5   Merge tag 'upstream/2.002'
       new  4493449   control: updated description
       new  936c579   control: updated dependencies
       new  06799bd   deliver bash_completion for cme meta
       new  da7f9cf   refreshed patches
       new  3860296   README was renamed to README.md
       new  fe0e82c   control: added BD-I bash-completion
       new  93fdfc2   prepare release

The 8 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                                           |   9 +-
 Changes                                            |  24 +
 MANIFEST                                           |  23 +-
 META.json                                          |  11 +-
 META.yml                                           |   9 +-
 README                                             |  66 ---
 README.md                                          |  69 +++
 config-model-edit                                  |  11 +-
 contrib/bash_completion.cme_meta                   |  44 ++
 data/application.d/master                          |   2 +
 data/{ => models}/MasterModel.pl                   |   0
 data/{ => models}/MasterModel/CheckListExamples.pl |   0
 data/{ => models}/MasterModel/HashIdOfValues.pl    |   0
 data/{ => models}/MasterModel/References.pl        |   0
 data/{ => models}/MasterModel/WarpedId.pl          |   0
 data/{ => models}/MasterModel/WarpedValues.pl      |   0
 data/{ => models}/MasterModel/X_base_class.pl      |   0
 debian/changelog                                   |  18 +-
 debian/control                                     |  35 +-
 debian/libconfig-model-itself-perl.bash-completion |   1 +
 debian/libconfig-model-itself-perl.docs            |   2 +-
 debian/patches/autopkgtest.patch                   |  22 +-
 debian/rules                                       |   2 +-
 lib/App/Cme/Command/meta.pm                        | 632 +++++++++++++++++++++
 lib/Config/Model/Itself.pm                         | 232 +++++---
 lib/Config/Model/Itself/BackendDetector.pm         |   4 +-
 lib/Config/Model/Itself/TkEditUI.pm                |  17 +-
 lib/Config/Model/models/Itself/Application.pl      |  54 ++
 lib/Config/Model/models/Itself/Model.pl            |  70 +--
 t/cme-meta-edit.t                                  |  41 ++
 t/cme-meta-plugin.t                                |  64 +++
 t/cme-meta.t                                       |  66 +++
 t/dot_graph.t                                      |   5 +-
 t/itself-editor.t                                  |  12 +-
 t/itself.t                                         |  43 +-
 t/itself_snippet.t                                 |   4 +-
 t/list_itself_structure.t                          |   5 +-
 t/load_write_itself.t                              |   5 +-
 t/pod_gen.t                                        |   6 +-
 39 files changed, 1332 insertions(+), 276 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 contrib/bash_completion.cme_meta
 create mode 100644 data/application.d/master
 rename data/{ => models}/MasterModel.pl (100%)
 rename data/{ => models}/MasterModel/CheckListExamples.pl (100%)
 rename data/{ => models}/MasterModel/HashIdOfValues.pl (100%)
 rename data/{ => models}/MasterModel/References.pl (100%)
 rename data/{ => models}/MasterModel/WarpedId.pl (100%)
 rename data/{ => models}/MasterModel/WarpedValues.pl (100%)
 rename data/{ => models}/MasterModel/X_base_class.pl (100%)
 create mode 100644 debian/libconfig-model-itself-perl.bash-completion
 create mode 100644 lib/App/Cme/Command/meta.pm
 create mode 100644 lib/Config/Model/models/Itself/Application.pl
 create mode 100644 t/cme-meta-edit.t
 create mode 100644 t/cme-meta-plugin.t
 create mode 100644 t/cme-meta.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-itself-perl.git



More information about the Pkg-perl-cvs-commits mailing list