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