[libconfig-model-perl] branch master updated (8a16755 -> dd964c2)

dod at debian.org dod at debian.org
Thu Jan 21 09:34:34 UTC 2016


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  8a16755   prepare release
      adds  7d7cb95   Imported Upstream version 2.077
       new  40025e6   Merge tag 'upstream/2.077'
       new  dd964c2   prepare release

The 2 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                                           |   5 +-
 Changes                                            |  32 ++-
 LICENSE                                            |   2 +-
 MANIFEST                                           |   2 +
 META.json                                          |   2 +-
 META.yml                                           |   2 +-
 TODO                                               |   3 +
 debian/changelog                                   |  15 ++
 examples/fstab/fstab_test.pl                       |   2 +-
 examples/fstab/lib/Config/Model/models/MyFstab.pl  |   2 +-
 .../Config/Model/models/MyFstab/CommonOptions.pl   |   2 +-
 .../lib/Config/Model/models/MyFstab/Ext2FsOpt.pl   |   2 +-
 .../lib/Config/Model/models/MyFstab/Ext3FsOpt.pl   |   2 +-
 .../lib/Config/Model/models/MyFstab/FsLine.pl      |   2 +-
 .../lib/Config/Model/models/MyFstab/Iso9660_Opt.pl |   2 +-
 .../lib/Config/Model/models/MyFstab/SwapOptions.pl |   2 +-
 .../Config/Model/models/MyFstab/UsbFsOptions.pl    |   2 +-
 lib/Config/Model.pm                                |   8 +-
 lib/Config/Model/Annotation.pm                     |   8 +-
 lib/Config/Model/AnyId.pm                          |   8 +-
 lib/Config/Model/AnyThing.pm                       |   9 +-
 lib/Config/Model/Backend/Any.pm                    |   8 +-
 lib/Config/Model/Backend/Fstab.pm                  |   8 +-
 lib/Config/Model/Backend/IniFile.pm                | 236 ++++++++++++++-------
 lib/Config/Model/Backend/Json.pm                   |   8 +-
 lib/Config/Model/Backend/PlainFile.pm              |   8 +-
 lib/Config/Model/Backend/ShellVar.pm               |   8 +-
 lib/Config/Model/Backend/Yaml.pm                   |   8 +-
 lib/Config/Model/BackendMgr.pm                     |  42 ++--
 lib/Config/Model/CheckList.pm                      |  47 +++-
 lib/Config/Model/Cookbook/CreateModelFromDoc.pod   |   4 +-
 lib/Config/Model/Describe.pm                       |   8 +-
 lib/Config/Model/DumpAsData.pm                     |   8 +-
 lib/Config/Model/Dumper.pm                         |   8 +-
 lib/Config/Model/Exception.pm                      |  41 ++--
 lib/Config/Model/FuseUI.pm                         |   8 +-
 lib/Config/Model/HashId.pm                         |   8 +-
 lib/Config/Model/IdElementReference.pm             |   8 +-
 lib/Config/Model/Instance.pm                       |  19 +-
 lib/Config/Model/Iterator.pm                       |   8 +-
 lib/Config/Model/ListId.pm                         |   8 +-
 lib/Config/Model/Lister.pm                         |   8 +-
 lib/Config/Model/Loader.pm                         |  20 +-
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |   4 +-
 .../Model/Manual/ModelCreationIntroduction.pod     |   4 +-
 lib/Config/Model/Node.pm                           |  41 +++-
 lib/Config/Model/ObjTreeScanner.pm                 |   8 +-
 lib/Config/Model/Report.pm                         |   8 +-
 lib/Config/Model/Role/NodeLoader.pm                |   8 +-
 lib/Config/Model/Role/WarpMaster.pm                | 161 ++++++++++++++
 lib/Config/Model/SearchElement.pm                  |   8 +-
 lib/Config/Model/SimpleUI.pm                       |   8 +-
 lib/Config/Model/TermUI.pm                         |   8 +-
 lib/Config/Model/TreeSearcher.pm                   |   8 +-
 lib/Config/Model/Utils/GenClassPod.pm              |   8 +-
 lib/Config/Model/Value.pm                          |  89 +++-----
 lib/Config/Model/Value/LayeredInclude.pm           |   8 +-
 lib/Config/Model/ValueComputer.pm                  |  13 +-
 lib/Config/Model/WarpedNode.pm                     |   8 +-
 lib/Config/Model/Warper.pm                         | 125 ++++++++---
 lib/Config/Model/models/Fstab.pl                   |   2 +-
 lib/Config/Model/models/Fstab/CommonOptions.pl     |   2 +-
 lib/Config/Model/models/Fstab/Ext2FsOpt.pl         |   2 +-
 lib/Config/Model/models/Fstab/Ext3FsOpt.pl         |   2 +-
 lib/Config/Model/models/Fstab/Ext4FsOpt.pl         |   2 +-
 lib/Config/Model/models/Fstab/FsLine.pl            |   2 +-
 lib/Config/Model/models/Fstab/Iso9660_Opt.pl       |   2 +-
 lib/Config/Model/models/Fstab/NoneOptions.pl       |   2 +-
 lib/Config/Model/models/Fstab/SwapOptions.pl       |   2 +-
 lib/Config/Model/models/Fstab/UsbFsOptions.pl      |   2 +-
 lib/Config/Model/models/Multistrap.pl              |   2 +-
 lib/Config/Model/models/Multistrap/Section.pl      |   2 +-
 lib/Config/Model/models/PopCon.pl                  |   2 +-
 t/backend_ini.t                                    |  98 ++++++---
 t/big_model.pm                                     |   2 +-
 t/check_list_warp.t                                | 111 ++++++++++
 t/dump_load_model.pm                               |   2 +-
 t/lib/DummyNode.pm                                 |   2 +-
 t/load.t                                           |   5 +
 t/model_tests.d/backend-json-test-conf.pl          |   2 +-
 t/model_tests.d/backend-shellvar-test-conf.pl      |   2 +-
 t/model_tests.d/fstab-test-conf.pl                 |   2 +-
 .../layer-examples/mini/etc/foo-config.pl          |   2 +-
 .../layer-examples/mini/home/joe/foo/config.pl     |   2 +-
 t/model_tests.d/layer-test-conf.pl                 |   2 +-
 t/model_tests.d/multistrap-test-conf.pl            |   2 +-
 t/model_tests.d/popcon-test-conf.pl                |   2 +-
 t/test_ini_backend_model.pl                        |  38 +++-
 t/test_yaml_model.pl                               |   2 +-
 t/value_compute.t                                  |  10 +
 t/value_refer_to.t                                 |  60 +++++-
 91 files changed, 1103 insertions(+), 429 deletions(-)
 create mode 100644 lib/Config/Model/Role/WarpMaster.pm
 create mode 100644 t/check_list_warp.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