Dirk Stoecker 2015-10-29 11:34:53 +00:00 committed by Git OBS Bridge
parent f49b565330
commit b057f3c0b3

View File

@ -38,7 +38,7 @@ Requires: perl(Devel::Cover) >= 0.43
%description %description
The most basic test one can write is "does it compile ?". This module tests 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 Another good practice this module can test is to "use strict;" in all perl
files. 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 can ensure his code is tested above a preset level of _kwality_ throughout
the development cycle. 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. to setup for a module author.
This module should be able to run under the -T flag for perl >= 5.6. All This module should be able to run under the -T flag for perl >= 5.6. All