[libconfig-model-perl] branch master updated (9f6705d -> b78c13e)

dod at debian.org dod at debian.org
Thu Feb 27 06:50:22 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  9f6705d   prepare release
      adds  36f945b   Imported Upstream version 2.049
       new  d094583   Merge tag 'upstream/2.049'
       new  b78c13e   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                                           |   3 +-
 Changes                                            |  35 +++++
 LICENSE                                            |   4 +-
 MANIFEST                                           |   2 +-
 META.json                                          |   5 +-
 META.yml                                           | 103 ++++++++-------
 config-edit                                        |   2 +-
 debian/changelog                                   |  22 +++
 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                                |  15 +--
 lib/Config/Model/Annotation.pm                     |  11 +-
 lib/Config/Model/AnyId.pm                          |  21 ++-
 lib/Config/Model/AnyThing.pm                       |  69 +++++++++-
 lib/Config/Model/Backend/Any.pm                    |  11 +-
 lib/Config/Model/Backend/Fstab.pm                  |  10 +-
 lib/Config/Model/Backend/IniFile.pm                |  11 +-
 lib/Config/Model/Backend/Json.pm                   |  11 +-
 lib/Config/Model/Backend/PlainFile.pm              |  11 +-
 lib/Config/Model/Backend/ShellVar.pm               |  11 +-
 lib/Config/Model/Backend/Yaml.pm                   |  11 +-
 lib/Config/Model/BackendMgr.pm                     |  85 +++++++-----
 lib/Config/Model/CheckList.pm                      |  10 +-
 lib/Config/Model/Cookbook/CreateModelFromDoc.pod   |  26 ----
 lib/Config/Model/Describe.pm                       |  10 +-
 lib/Config/Model/DumpAsData.pm                     |  10 +-
 lib/Config/Model/Dumper.pm                         |  10 +-
 lib/Config/Model/Exception.pm                      |  73 ++++------
 lib/Config/Model/FuseUI.pm                         |  11 +-
 lib/Config/Model/HashId.pm                         |  10 +-
 lib/Config/Model/IdElementReference.pm             |  11 +-
 lib/Config/Model/Instance.pm                       |  47 ++++++-
 lib/Config/Model/Iterator.pm                       |  10 +-
 lib/Config/Model/ListId.pm                         |  10 +-
 lib/Config/Model/Lister.pm                         |  11 +-
 lib/Config/Model/Loader.pm                         |  50 +++++--
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |  28 ----
 .../Model/Manual/ModelCreationIntroduction.pod     |  42 ++----
 lib/Config/Model/Node.pm                           |  19 ++-
 lib/Config/Model/ObjTreeScanner.pm                 |  14 +-
 lib/Config/Model/Report.pm                         |  10 +-
 lib/Config/Model/SearchElement.pm                  |  10 +-
 lib/Config/Model/SimpleUI.pm                       |  11 +-
 lib/Config/Model/TermUI.pm                         |  11 +-
 lib/Config/Model/TreeSearcher.pm                   |  11 +-
 lib/Config/Model/Value.pm                          |  16 +--
 lib/Config/Model/Value/LayeredInclude.pm           |  11 +-
 lib/Config/Model/ValueComputer.pm                  |  11 +-
 lib/Config/Model/WarpedNode.pm                     |  10 +-
 lib/Config/Model/Warper.pm                         |  11 +-
 lib/Config/Model/extensions/cme-gen-class-pod      |   2 +-
 lib/Config/Model/models/Fstab.pl                   |   2 +-
 lib/Config/Model/models/Fstab.pod                  |  30 +----
 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/FsLine.pod           |  33 +----
 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.pod             |  28 +---
 lib/Config/Model/models/Multistrap/Section.pl      |   2 +-
 lib/Config/Model/models/Multistrap/Section.pod     |  28 +---
 lib/Config/Model/models/PopCon.pl                  |   2 +-
 lib/Config/Model/models/PopCon.pod                 |  33 +----
 script/cme                                         | 147 ++++++++++++++++++---
 t/annotation.t                                     |   8 +-
 t/big_model.pm                                     |   2 +-
 t/dump_load_model.pm                               |   2 +-
 t/instance.t                                       |  27 +++-
 t/load.t                                           |  24 +++-
 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                        |   2 +-
 t/test_yaml_model.pl                               |   2 +-
 92 files changed, 737 insertions(+), 658 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