diff --git a/Test-Strict-0.31.tar.gz b/Test-Strict-0.31.tar.gz deleted file mode 100644 index 429031c..0000000 --- a/Test-Strict-0.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a49f6eb283a17f099fcd1e579eabca6585486116447598c908100997c44bdd59 -size 12574 diff --git a/Test-Strict-0.32.tar.gz b/Test-Strict-0.32.tar.gz new file mode 100644 index 0000000..60876b9 --- /dev/null +++ b/Test-Strict-0.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b1d6fd5d28b489723ad69b37aec603b7517dbcab6feb86c80371b2a46ce42e +size 19408 diff --git a/perl-Test-Strict.changes b/perl-Test-Strict.changes index ec33081..7e66024 100644 --- a/perl-Test-Strict.changes +++ b/perl-Test-Strict.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Nov 9 10:17:23 UTC 2015 - coolo@suse.com + +- updated to 0.32 + see /usr/share/doc/packages/perl-Test-Strict/Changes + + 0.32 2015-11-03 10:10:00 MANWAR + - Added LICENSE file. + - Added standard unit test script (t/00-load.t). + ------------------------------------------------------------------- Thu Oct 29 10:31:01 UTC 2015 - coolo@suse.com diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec index dea3d08..bbae21a 100644 --- a/perl-Test-Strict.spec +++ b/perl-Test-Strict.spec @@ -17,7 +17,7 @@ Name: perl-Test-Strict -Version: 0.31 +Version: 0.32 Release: 0 %define cpan_name Test-Strict Summary: Check syntax, presence of use strict; and test coverage @@ -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 modules. +if the code compiles and play nice with Test::Simple modules. Another good practice this module can test is to "use strict;" in all perl files. @@ -47,8 +47,8 @@ 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 module, this module can provide the first tests -to setup for a module author. +Along with Test::Pod, 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 paths are untainted with the following pattern: 'qr|^([-+@\w./:\\]+)$|' @@ -71,6 +71,6 @@ controlled by '$Test::Strict::UNTAINT_PATTERN'. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes LICENSE README %changelog