[libconfig-model-perl] branch master updated (dca93d4 -> 8805a50)

dod at debian.org dod at debian.org
Mon May 30 10:56:57 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  dca93d4   update changelog
      adds  22e7358   Imported Upstream version 2.085
       new  7146c09   Merge tag 'upstream/2.085'
       new  8805a50   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                                           |  10 +-
 Changes                                            |  40 +++
 MANIFEST                                           |  15 +-
 META.json                                          |  12 +-
 META.yml                                           |  10 +-
 README.install.pod                                 |   7 +-
 README.pod                                         |  41 ++-
 debian/changelog                                   |  14 +-
 examples/fstab/README                              |  23 --
 examples/fstab/add-ext4-workshop.txt               | 101 -------
 examples/fstab/fstab.sample                        |  21 --
 examples/fstab/fstab_test.pl                       | 330 ---------------------
 examples/fstab/lib/Config/Model/models/MyFstab.pl  |  28 --
 .../Config/Model/models/MyFstab/CommonOptions.pl   |  78 -----
 .../lib/Config/Model/models/MyFstab/Ext2FsOpt.pl   |  57 ----
 .../lib/Config/Model/models/MyFstab/Ext3FsOpt.pl   |  36 ---
 .../lib/Config/Model/models/MyFstab/FsLine.pl      | 148 ---------
 .../lib/Config/Model/models/MyFstab/Iso9660_Opt.pl |  30 --
 .../lib/Config/Model/models/MyFstab/SwapOptions.pl |  23 --
 .../Config/Model/models/MyFstab/UsbFsOptions.pl    |  75 -----
 lib/Config/Model.pm                                | 193 ++++++++----
 lib/Config/Model/Annotation.pm                     |  27 +-
 lib/Config/Model/AnyId.pm                          |  13 +-
 lib/Config/Model/AnyThing.pm                       |  11 +-
 lib/Config/Model/Backend/Any.pm                    |   4 +-
 lib/Config/Model/Backend/Fstab.pm                  |   4 +-
 lib/Config/Model/Backend/IniFile.pm                |   4 +-
 lib/Config/Model/Backend/Json.pm                   |   4 +-
 lib/Config/Model/Backend/PlainFile.pm              |   4 +-
 lib/Config/Model/Backend/ShellVar.pm               |   4 +-
 lib/Config/Model/Backend/Yaml.pm                   |   4 +-
 lib/Config/Model/BackendMgr.pm                     |   4 +-
 lib/Config/Model/CheckList.pm                      |  20 +-
 lib/Config/Model/Cookbook/CreateModelFromDoc.pod   |   2 +-
 lib/Config/Model/Describe.pm                       |   4 +-
 lib/Config/Model/DumpAsData.pm                     |  10 +-
 lib/Config/Model/Dumper.pm                         |  10 +-
 lib/Config/Model/Exception.pm                      |  44 +--
 lib/Config/Model/FuseUI.pm                         |   4 +-
 lib/Config/Model/HashId.pm                         |   4 +-
 lib/Config/Model/IdElementReference.pm             |   4 +-
 lib/Config/Model/Instance.pm                       |  81 +++--
 lib/Config/Model/Iterator.pm                       |   4 +-
 lib/Config/Model/ListId.pm                         |   4 +-
 lib/Config/Model/Lister.pm                         |   5 +-
 lib/Config/Model/Loader.pm                         |   4 +-
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |   2 +-
 .../Model/Manual/ModelCreationIntroduction.pod     |   4 +-
 lib/Config/Model/Node.pm                           |  13 +-
 lib/Config/Model/ObjTreeScanner.pm                 |   4 +-
 lib/Config/Model/Report.pm                         |   4 +-
 lib/Config/Model/Role/NodeLoader.pm                |   4 +-
 lib/Config/Model/Role/WarpMaster.pm                |   4 +-
 lib/Config/Model/SearchElement.pm                  |   4 +-
 lib/Config/Model/SimpleUI.pm                       |  13 +-
 lib/Config/Model/TermUI.pm                         |  28 +-
 lib/Config/Model/TreeSearcher.pm                   |   4 +-
 lib/Config/Model/Utils/GenClassPod.pm              |  17 +-
 lib/Config/Model/Value.pm                          |  16 +-
 lib/Config/Model/Value/LayeredInclude.pm           |   4 +-
 lib/Config/Model/ValueComputer.pm                  |   4 +-
 lib/Config/Model/WarpedNode.pm                     |   4 +-
 lib/Config/Model/Warper.pm                         |   4 +-
 lib/Config/Model/models/Fstab.pod                  |   2 +
 lib/Config/Model/models/Fstab/FsLine.pod           |   2 +
 lib/Config/Model/models/Multistrap.pod             |   2 +
 lib/Config/Model/models/Multistrap/Section.pod     |   2 +
 lib/Config/Model/models/PopCon.pod                 |   2 +
 t/apply_fix.t                                      |   2 +-
 t/array_id.t                                       |   2 +-
 t/array_with_data_migration.t                      |   2 +-
 t/augment_class.t                                  |   2 +-
 t/backend_mgr.t                                    |   8 -
 t/check_list.t                                     |   6 +-
 t/cme-function.t                                   |  72 +++++
 t/hash_id_of_node.t                                |   2 +-
 t/hash_id_of_values.t                              |   2 +-
 t/hash_with_data_migration.t                       |   2 +-
 t/include.t                                        |   2 +-
 t/instance.t                                       |   2 +-
 t/load_model_snippets.t                            |   2 +-
 t/multi_warp_value.t                               |   2 +-
 t/recursive_warp_value.t                           |   2 +-
 t/smooth_upgrade.t                                 |   2 +-
 t/value.t                                          |  15 +-
 t/value_compute.t                                  |   2 +-
 t/value_refer_to.t                                 |   2 +-
 t/value_simple_warp.t                              |   2 +-
 t/warped_id.t                                      |   2 +-
 t/warped_node_collateral.t                         |   2 +-
 90 files changed, 603 insertions(+), 1252 deletions(-)
 delete mode 100644 examples/fstab/README
 delete mode 100644 examples/fstab/add-ext4-workshop.txt
 delete mode 100644 examples/fstab/fstab.sample
 delete mode 100644 examples/fstab/fstab_test.pl
 delete mode 100644 examples/fstab/lib/Config/Model/models/MyFstab.pl
 delete mode 100644 examples/fstab/lib/Config/Model/models/MyFstab/CommonOptions.pl
 delete mode 100644 examples/fstab/lib/Config/Model/models/MyFstab/Ext2FsOpt.pl
 delete mode 100644 examples/fstab/lib/Config/Model/models/MyFstab/Ext3FsOpt.pl
 delete mode 100644 examples/fstab/lib/Config/Model/models/MyFstab/FsLine.pl
 delete mode 100644 examples/fstab/lib/Config/Model/models/MyFstab/Iso9660_Opt.pl
 delete mode 100644 examples/fstab/lib/Config/Model/models/MyFstab/SwapOptions.pl
 delete mode 100644 examples/fstab/lib/Config/Model/models/MyFstab/UsbFsOptions.pl
 create mode 100644 t/cme-function.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