Accepting request 343372 from devel:languages:perl:autoupdate

- 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).

OBS-URL: https://build.opensuse.org/request/show/343372
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Strict?expand=0&rev=8
This commit is contained in:
Dirk Stoecker 2015-11-10 14:01:22 +00:00 committed by Git OBS Bridge
parent b057f3c0b3
commit deedda920e
4 changed files with 18 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a49f6eb283a17f099fcd1e579eabca6585486116447598c908100997c44bdd59
size 12574

3
Test-Strict-0.32.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65b1d6fd5d28b489723ad69b37aec603b7517dbcab6feb86c80371b2a46ce42e
size 19408

View File

@ -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

View File

@ -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