Accepting request 98284 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/98284 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=7
This commit is contained in:
commit
2b58507968
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ca40024c425902d0305076771834278643002e5fe546fb6b8ca6d9f9f743027
|
||||
size 21060
|
3
Capture-Tiny-0.15.tar.gz
Normal file
3
Capture-Tiny-0.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3dd077f0a300d8d45d579812d99003ce536990231ae867e795ef1ebe7e9553e
|
||||
size 27073
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 24 10:14:30 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 0.15:
|
||||
* repeated captures from a custom filehandle would return undef instead of
|
||||
the empty string (and would warn). This has been fixed. RT#73374
|
||||
* commented out debugging code for slightly less runtime overhead
|
||||
|
||||
- changes from 0.14:
|
||||
* added: capturing with custom filehandles will return only newly appended
|
||||
output instead of everything already in the file RT#73374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 11:59:40 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 0.13: no user-visible changes
|
||||
- changes from 0.12:
|
||||
- add new functions capture_stdout, capture_stderr, tee_stdout, tee_stderr; RT#60515
|
||||
- capture functions also returns the return values from the executed coderef; RT#61794
|
||||
- capture functions take optional custom filehandles for capturing via named
|
||||
files instead of anonymous ones
|
||||
- tied filehandles based on Tie::StdHandle can now use the ":utf8" layer;
|
||||
removed remaining TODO tests; adds Scalar::Util as a dependency
|
||||
- when Time::HiRes::usleep is available, tee operations will
|
||||
sleep during the busy-loop waiting for tee processes to be ready
|
||||
RT#67858
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 15:45:14 UTC 2011 - chris@computersalat.de
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
Name: perl-Capture-Tiny
|
||||
Version: 0.11
|
||||
Release: 3
|
||||
Version: 0.15
|
||||
Release: 1
|
||||
License: Apache-2.0
|
||||
%define cpan_name Capture-Tiny
|
||||
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
||||
@ -32,6 +32,9 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||
BuildRequires: perl(Test::Differences)
|
||||
BuildRequires: perl(Time::HiRes)
|
||||
Requires: perl(Scalar::Util)
|
||||
Recommends: perl(Time::HiRes)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user