[libconfig-model-perl] branch master updated (9edb55c -> 89963ce)

dod at debian.org dod at debian.org
Wed Mar 30 12:19:15 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  9edb55c   control: updated Standard-Version to 3.9.7
      adds  9a4fa51   Imported Upstream version 2.082
       new  14bfd20   Merge tag 'upstream/2.082'
       new  f49f2d0   control: removed deps on perl >= 5.11
       new  8e5ff83   control: build-dep on libconfig-model-tester-perl (>= 2.053)
       new  89963ce   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                                           |  4 +-
 Changes                                            | 24 ++++++++
 LICENSE                                            |  2 +-
 META.json                                          |  6 +-
 META.yml                                           |  4 +-
 debian/changelog                                   | 15 +++++
 debian/control                                     |  8 +--
 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                                | 42 +++-----------
 lib/Config/Model/Annotation.pm                     | 10 ++--
 lib/Config/Model/AnyId.pm                          | 10 ++--
 lib/Config/Model/AnyThing.pm                       |  8 +--
 lib/Config/Model/Backend/Any.pm                    | 49 ++++++++--------
 lib/Config/Model/Backend/Fstab.pm                  |  8 +--
 lib/Config/Model/Backend/IniFile.pm                | 18 +++---
 lib/Config/Model/Backend/Json.pm                   | 11 ++--
 lib/Config/Model/Backend/PlainFile.pm              | 10 ++--
 lib/Config/Model/Backend/ShellVar.pm               | 10 ++--
 lib/Config/Model/Backend/Yaml.pm                   | 11 ++--
 lib/Config/Model/BackendMgr.pm                     | 47 ++++++++--------
 lib/Config/Model/CheckList.pm                      | 10 ++--
 lib/Config/Model/Cookbook/CreateModelFromDoc.pod   |  4 +-
 lib/Config/Model/Describe.pm                       | 10 ++--
 lib/Config/Model/DumpAsData.pm                     | 65 ++++++++++++----------
 lib/Config/Model/Dumper.pm                         | 10 ++--
 lib/Config/Model/Exception.pm                      | 48 ++++++++--------
 lib/Config/Model/FuseUI.pm                         | 16 +++---
 lib/Config/Model/HashId.pm                         | 17 +++---
 lib/Config/Model/IdElementReference.pm             | 12 ++--
 lib/Config/Model/Instance.pm                       | 45 ++++++++-------
 lib/Config/Model/Iterator.pm                       | 10 ++--
 lib/Config/Model/ListId.pm                         |  8 +--
 lib/Config/Model/Lister.pm                         | 17 ++++--
 lib/Config/Model/Loader.pm                         | 52 ++++++++++++-----
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |  4 +-
 .../Model/Manual/ModelCreationIntroduction.pod     |  4 +-
 lib/Config/Model/Node.pm                           | 10 ++--
 lib/Config/Model/ObjTreeScanner.pm                 | 10 ++--
 lib/Config/Model/Report.pm                         | 10 ++--
 lib/Config/Model/Role/NodeLoader.pm                |  8 +--
 lib/Config/Model/Role/WarpMaster.pm                |  8 +--
 lib/Config/Model/SearchElement.pm                  | 10 ++--
 lib/Config/Model/SimpleUI.pm                       | 10 ++--
 lib/Config/Model/TermUI.pm                         | 10 ++--
 lib/Config/Model/TreeSearcher.pm                   | 10 ++--
 lib/Config/Model/Utils/GenClassPod.pm              |  8 +--
 lib/Config/Model/Value.pm                          | 31 +++--------
 lib/Config/Model/Value/LayeredInclude.pm           |  8 +--
 lib/Config/Model/ValueComputer.pm                  | 10 ++--
 lib/Config/Model/WarpedNode.pm                     | 10 ++--
 lib/Config/Model/Warper.pm                         | 13 +++--
 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/big_model.pm                                     |  2 +-
 t/dump_as_data.t                                   |  2 +-
 t/dump_load_model.pm                               |  2 +-
 t/lib/DummyNode.pm                                 |  2 +-
 t/load.t                                           | 21 +++++--
 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            |  5 +-
 t/model_tests.d/popcon-test-conf.pl                |  2 +-
 t/model_tests.t                                    |  2 +-
 t/test_ini_backend_model.pl                        |  2 +-
 t/test_yaml_model.pl                               |  2 +-
 weaver.ini                                         |  4 +-
 89 files changed, 455 insertions(+), 442 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