From b057f3c0b346967b7c7b69955d66445ff60ee34a4264f3f4aaa351ce0de5271d Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 29 Oct 2015 11:34:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Strict?expand=0&rev=7 --- perl-Test-Strict.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec index 1e68153..dea3d08 100644 --- a/perl-Test-Strict.spec +++ b/perl-Test-Strict.spec @@ -38,7 +38,7 @@ Requires: perl(Devel::Cover) >= 0.43 %description The most basic test one can write is "does it compile ?". This module tests -if the code compiles and play nice with the Test::Simple manpage modules. +if the code compiles and play nice with the Test::Simple modules. Another good practice this module can test is to "use strict;" in all perl files. @@ -47,7 +47,7 @@ By setting a minimum test coverage through 'all_cover_ok()', a code author can ensure his code is tested above a preset level of _kwality_ throughout the development cycle. -Along with the Test::Pod manpage, this module can provide the first tests +Along with the Test::Pod module, this module can provide the first tests to setup for a module author. This module should be able to run under the -T flag for perl >= 5.6. All