[libconfig-model-perl] branch master updated (3da266c -> d3a9c0b)

dod at debian.org dod at debian.org
Tue Aug 20 12:34:50 UTC 2013


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  3da266c   dch -r
      adds  24ca645   Imported Upstream version 2.041
       new  0f6f1c8   Merge tag 'upstream/2.041'
       new  1779def   new upstream
       new  fe1cccd   control: BD-I on libconfig-model-tester-perl. Removed unused build-dep
       new  d3a9c0b   dch -r

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                                           |   10 +-
 Changes                                            |   21 +
 LICENSE                                            |    2 +-
 MANIFEST                                           |    3 +-
 META.json                                          |   15 +-
 META.yml                                           |    9 +-
 config-edit                                        |    2 +-
 debian/changelog                                   |   16 +
 debian/control                                     |    2 +-
 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                                |    6 +-
 lib/Config/Model/Annotation.pm                     |    6 +-
 lib/Config/Model/AnyId.pm                          |    6 +-
 lib/Config/Model/AnyThing.pm                       |    6 +-
 lib/Config/Model/Backend/Any.pm                    |    6 +-
 lib/Config/Model/Backend/Fstab.pm                  |    6 +-
 lib/Config/Model/Backend/IniFile.pm                |    6 +-
 lib/Config/Model/Backend/PlainFile.pm              |    6 +-
 lib/Config/Model/Backend/ShellVar.pm               |    7 +-
 lib/Config/Model/Backend/Yaml.pm                   |    6 +-
 lib/Config/Model/BackendMgr.pm                     |    6 +-
 lib/Config/Model/CheckList.pm                      |    6 +-
 lib/Config/Model/Cookbook/CreateModelFromDoc.pod   |    2 +-
 lib/Config/Model/Describe.pm                       |    6 +-
 lib/Config/Model/DumpAsData.pm                     |    6 +-
 lib/Config/Model/Dumper.pm                         |    6 +-
 lib/Config/Model/Exception.pm                      |   30 +-
 lib/Config/Model/FuseUI.pm                         |    6 +-
 lib/Config/Model/HashId.pm                         |    6 +-
 lib/Config/Model/IdElementReference.pm             |    6 +-
 lib/Config/Model/Instance.pm                       |    6 +-
 lib/Config/Model/Iterator.pm                       |    6 +-
 lib/Config/Model/ListId.pm                         |    6 +-
 lib/Config/Model/Lister.pm                         |    6 +-
 lib/Config/Model/Loader.pm                         |    6 +-
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |    2 +-
 .../Model/Manual/ModelCreationIntroduction.pod     |    2 +-
 lib/Config/Model/Node.pm                           |    6 +-
 lib/Config/Model/ObjTreeScanner.pm                 |    6 +-
 lib/Config/Model/Report.pm                         |    6 +-
 lib/Config/Model/SearchElement.pm                  |    6 +-
 lib/Config/Model/SimpleUI.pm                       |    6 +-
 lib/Config/Model/TermUI.pm                         |    6 +-
 lib/Config/Model/Tester.pm                         |  676 --------------------
 lib/Config/Model/TreeSearcher.pm                   |    6 +-
 lib/Config/Model/Value.pm                          |    6 +-
 lib/Config/Model/Value/LayeredInclude.pm           |    6 +-
 lib/Config/Model/ValueComputer.pm                  |    6 +-
 lib/Config/Model/WarpedNode.pm                     |    6 +-
 lib/Config/Model/Warper.pm                         |    6 +-
 lib/Config/Model/extensions/cme-gen-class-pod      |    2 +-
 lib/Config/Model/models/Fstab.pl                   |    2 +-
 lib/Config/Model/models/Fstab.pod                  |    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/FsLine.pod           |    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.pod             |    2 +-
 lib/Config/Model/models/Multistrap/Section.pl      |    2 +-
 lib/Config/Model/models/Multistrap/Section.pod     |    2 +-
 lib/Config/Model/models/PopCon.pl                  |   13 +-
 lib/Config/Model/models/PopCon.pod                 |   20 +-
 script/cme                                         |   20 +-
 t/big_model.pm                                     |    2 +-
 t/dump_load_model.pm                               |    2 +-
 .../backend-shellvar-examples/debian-719256        |    2 +
 t/model_tests.d/backend-shellvar-test-conf.pl      |   47 ++
 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/release-pod-syntax.t                             |    2 +-
 t/test_ini_backend_model.pl                        |    2 +-
 t/test_yaml_model.pl                               |    2 +-
 91 files changed, 305 insertions(+), 874 deletions(-)
 delete mode 100644 lib/Config/Model/Tester.pm
 create mode 100644 t/model_tests.d/backend-shellvar-examples/debian-719256
 create mode 100644 t/model_tests.d/backend-shellvar-test-conf.pl

-- 
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