[libconfig-model-perl] 02/04: Update upstream source from tag 'upstream/2.117'

dod at debian.org dod at debian.org
Mon Feb 19 17:56:13 UTC 2018


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

dod pushed a commit to annotated tag debian/2.117-1
in repository libconfig-model-perl.

commit bd5a27a5fc107bd67c160a9f47c1400d7c884ac9
Merge: 2d078bf 3f4ce7b
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Feb 19 18:49:22 2018 +0100

    Update upstream source from tag 'upstream/2.117'
    
    Update to upstream version '2.117'
    with Debian dir 184f5fe6985658d62d8fdb09ad7e92324e5e757f

 Build.PL                                           |  2 +-
 Changes                                            |  6 +++
 LICENSE                                            |  2 +-
 META.json                                          |  2 +-
 META.yml                                           |  2 +-
 lib/Config/Model.pm                                |  8 ++--
 lib/Config/Model/Annotation.pm                     |  8 ++--
 lib/Config/Model/AnyId.pm                          |  9 ++--
 lib/Config/Model/AnyThing.pm                       |  8 ++--
 lib/Config/Model/Backend/Any.pm                    |  8 ++--
 lib/Config/Model/Backend/CdsFile.pm                |  8 ++--
 lib/Config/Model/Backend/Fstab.pm                  |  8 ++--
 lib/Config/Model/Backend/IniFile.pm                |  8 ++--
 lib/Config/Model/Backend/Json.pm                   |  8 ++--
 lib/Config/Model/Backend/PerlFile.pm               |  8 ++--
 lib/Config/Model/Backend/PlainFile.pm              | 27 +++++------
 lib/Config/Model/Backend/ShellVar.pm               |  8 ++--
 lib/Config/Model/Backend/Yaml.pm                   |  8 ++--
 lib/Config/Model/BackendMgr.pm                     | 49 +++++++++-----------
 lib/Config/Model/BackendTrackOrder.pm              |  8 ++--
 lib/Config/Model/CheckList.pm                      |  8 ++--
 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                      | 54 ++++++++++++----------
 lib/Config/Model/FuseUI.pm                         |  8 ++--
 lib/Config/Model/HashId.pm                         |  9 ++--
 lib/Config/Model/IdElementReference.pm             |  8 ++--
 lib/Config/Model/Instance.pm                       |  8 ++--
 lib/Config/Model/Iterator.pm                       |  8 ++--
 lib/Config/Model/ListId.pm                         |  8 ++--
 lib/Config/Model/Lister.pm                         |  8 ++--
 lib/Config/Model/Loader.pm                         |  8 ++--
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |  4 +-
 .../Model/Manual/ModelCreationIntroduction.pod     |  4 +-
 lib/Config/Model/Node.pm                           |  8 ++--
 lib/Config/Model/ObjTreeScanner.pm                 |  8 ++--
 lib/Config/Model/Report.pm                         |  8 ++--
 lib/Config/Model/Role/ComputeFunction.pm           |  8 ++--
 lib/Config/Model/Role/FileHandler.pm               | 21 +++++----
 lib/Config/Model/Role/Grab.pm                      |  8 ++--
 lib/Config/Model/Role/HelpAsText.pm                |  8 ++--
 lib/Config/Model/Role/NodeLoader.pm                |  8 ++--
 lib/Config/Model/Role/WarpMaster.pm                |  8 ++--
 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                          |  8 ++--
 lib/Config/Model/Value/LayeredInclude.pm           |  8 ++--
 lib/Config/Model/ValueComputer.pm                  |  8 ++--
 lib/Config/Model/WarpedNode.pm                     |  8 ++--
 lib/Config/Model/Warper.pm                         |  8 ++--
 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/annotation.t                                     |  2 +-
 t/array_id.t                                       |  2 +-
 t/hash_id_of_values.t                              |  3 +-
 t/lib/Config/Model/models/Master.pl                |  2 +-
 t/lib/DummyNode.pm                                 |  2 +-
 t/lib/MyTestLib.pm                                 |  2 +-
 t/lib/dump_load_model.pm                           |  2 +-
 t/lib/test_ini_backend_model.pl                    |  2 +-
 t/lib/test_yaml_model.pl                           |  2 +-
 t/model_tests.d/backend-cds-test-conf.pl           |  2 +-
 t/model_tests.d/backend-ini-test-conf.pl           |  2 +-
 t/model_tests.d/backend-json-test-conf.pl          |  2 +-
 t/model_tests.d/backend-key-value-test-conf.pl     |  2 +-
 t/model_tests.d/backend-perl-test-conf.pl          |  2 +-
 t/model_tests.d/backend-plainfile-test-conf.pl     |  2 +-
 t/model_tests.d/backend-shellvar-test-conf.pl      |  2 +-
 t/model_tests.d/backend-yaml-data-test-conf.pl     |  2 +-
 t/model_tests.d/backend-yaml-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/multi-ini-test-conf.pl             |  2 +-
 t/model_tests.d/multistrap-test-conf.pl            |  2 +-
 t/model_tests.d/popcon-test-conf.pl                |  2 +-
 t/value.t                                          |  2 +-
 t/value_compute.t                                  |  2 +-
 95 files changed, 307 insertions(+), 297 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