[libhash-merge-perl] 05/06: trailing whitespace in d/control

gregor herrmann gregoa at debian.org
Fri Nov 24 17:38:04 UTC 2017


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

gregoa pushed a commit to branch master
in repository libhash-merge-perl.

commit 9807793ebf75cd1b9920b8e34d6232d41553bb8d
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Nov 24 18:36:15 2017 +0100

    trailing whitespace in d/control
    
    Gbp-Dch: Ignore
---
 debian/control | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index f7daa96..e9f696a 100644
--- a/debian/control
+++ b/debian/control
@@ -22,12 +22,12 @@ Description: Perl module for merging arbitrarily deep hashes into a single hash
  is, at any level, it will add non-conflicting key-value pairs from one
  hash to the other, and follows a set of specific rules when there are key
  value conflicts (as outlined below).  The hash is followed recursively,
- so that deeply nested hashes that are at the same level will be merged 
+ so that deeply nested hashes that are at the same level will be merged
  when the parent hashes are merged.  Please note that self-referencing
  hashes, or recursive references, are not handled well by this method.
  .
- Values in hashes are considered to be either ARRAY references, 
- HASH references, or otherwise are treated as SCALARs.  By default, the 
- data passed to the merge function will be cloned using the Clone module; 
- however, if necessary, this behavior can be changed to use as many of 
+ Values in hashes are considered to be either ARRAY references,
+ HASH references, or otherwise are treated as SCALARs.  By default, the
+ data passed to the merge function will be cloned using the Clone module;
+ however, if necessary, this behavior can be changed to use as many of
  the original values as possible.  (See set_clone_behavior).

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



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