[libmoox-configfromfile-perl] branch master updated (364ef03 -> a733207)

Jonas Smedegaard dr at jones.dk
Wed Aug 5 11:54:55 UTC 2015


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

js pushed a change to branch master
in repository libmoox-configfromfile-perl.

      from  364ef03   Prepare for release: Update changelog, control file and copyright hints.
      adds  c6511b5   bump version to 0.007 after releasing 0.006
      adds  c698a4b   separate loading and merging of configfile content
      adds  a0651ed   eval all test-libraries to be aware of mistakes
      adds  a7425a7   add support for merging deep structures in config
      adds  a87b2bc   fix ensuring an order of processing
      adds  6d934fc   reflect Changes
      adds  b6a23fd   Imported Upstream version 0.007
       new  aec8331   Merge tag 'upstream/0.007'
       new  7517e7f   Modernize git-buildpackage config: Avoid git- prefix.
       new  9aec345   Bump debhelper compatibility level to 9.
       new  94aaeb2   Tidy rules file: Suppress versioned debhelper build-dependency.
       new  4e42a55   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
       new  db0797b   Update copyright info: Extend coverage of packaging to include current year.
       new  693fde6   Override lintian regarding license in License-Reference field. See bug#786450.
       new  61370ac   Override lintian regarding build-depending unversioned on debhelper.
       new  c934735   Update package relations: Build-depens on and suggest libhash-merge-perl.
       new  a733207   Prepare for release: Update changelog, control file and copyright hints.

The 10 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:
 Changes                                            |   6 ++
 MANIFEST                                           |   4 +
 META.json                                          |   8 +-
 META.yml                                           |   5 +-
 Makefile.PL                                        |   4 +
 debian/changelog                                   |  24 +++++
 debian/compat                                      |   2 +-
 debian/control                                     |   3 +-
 debian/copyright                                   |  45 +++------
 debian/copyright_hints                             |  16 +--
 debian/gbp.conf                                    |   2 -
 debian/rules                                       |   9 +-
 debian/source/lintian-overrides                    |   8 ++
 etc/MooXCmdTest-test-this-hashmerged.json          |   5 +
 etc/MooXCmdTest-test-this.json                     |   7 ++
 lib/MooX/ConfigFromFile.pm                         |   2 +-
 lib/MooX/ConfigFromFile/Role.pm                    |  51 +++++++---
 lib/MooX/ConfigFromFile/Role/HashMergeLoaded.pm    | 108 +++++++++++++++++++++
 t/01-moo.t                                         |   4 +-
 t/02-moose.t                                       |   4 +-
 .../Test/Cmd/{This.pm => This/Cmd/HashMerged.pm}   |  10 +-
 t/testlib.pm                                       |   6 ++
 t/testmxcmd.pm                                     |   2 +
 23 files changed, 267 insertions(+), 68 deletions(-)
 create mode 100644 debian/source/lintian-overrides
 create mode 100644 etc/MooXCmdTest-test-this-hashmerged.json
 create mode 100644 etc/MooXCmdTest-test-this.json
 create mode 100644 lib/MooX/ConfigFromFile/Role/HashMergeLoaded.pm
 copy t/lib/MooXCmdTest/Cmd/Test/Cmd/{This.pm => This/Cmd/HashMerged.pm} (58%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoox-configfromfile-perl.git



More information about the Pkg-perl-cvs-commits mailing list