Patch linebreaks corrected.

>From 9252b96d9caea858bf7b7a9945b7f13b21ddbde3 Mon Sep 17 00:00:00 2001
From: solveig <solveig@hydre>
Date: Thu, 8 Aug 2013 17:45:12 +0200
Subject: [PATCH] Short explanation in parentheses for kwalitee

As proposed by gregoa in 2011, without opposition. Closes #616029
---
 debian/control |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index d8bccce..0706e0e 100644
--- a/debian/control
+++ b/debian/control
@@ -21,8 +21,9 @@ Description: test module for checking the syntax of use strict and test coverage
  Test::Simple modules. Another good practice this module can test 
  is to "use strict;" in all perl files.
  .
- By setting a minimum test coverage through all_cover_ok(), a code author can
- ensure his code is tested above a preset level of kwalitee throughout the
- development cycle. Along with Test::Pod, this module can provide the first 
- tests to setup for a module author.
+ By setting a minimum test coverage through all_cover_ok(), a code
+ author can ensure his code is tested above a preset level of kwalitee
+ (CPAN quality metrics)throughout the development cycle. Along with
+ Test::Pod, this module can provide the first tests to setup for a
+ module author.
  
-- 
1.7.10.4

Reply via email to