Accepting request 350860 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/350860
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-SharedFork?expand=0&rev=26
This commit is contained in:
Dirk Stoecker 2015-12-26 12:34:56 +00:00 committed by Git OBS Bridge
parent ec5d60f8d8
commit 2678bcc309
4 changed files with 11 additions and 5 deletions

View File

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

BIN
Test-SharedFork-0.35.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 26 10:18:38 UTC 2015 - coolo@suse.com
- updated to 0.35
see /usr/share/doc/packages/perl-Test-SharedFork/Changes
-------------------------------------------------------------------
Fri Oct 2 09:41:41 UTC 2015 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Test-SharedFork
Version: 0.34
Version: 0.35
Release: 0
%define cpan_name Test-SharedFork
Summary: Fork Test
@ -39,7 +39,7 @@ Requires: perl(Test::More) >= 0.88
%description
Test::SharedFork is utility module for Test::Builder.
This module makes the fork(2) manpage safety in your test case.
This module makes fork(2) safety in your test case.
This module merges test count with parent process & child process.