merge
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Capture-Tiny?expand=0&rev=12
This commit is contained in:
parent
96998ae4c3
commit
79b34f6291
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ca40024c425902d0305076771834278643002e5fe546fb6b8ca6d9f9f743027
|
||||
size 21060
|
3
Capture-Tiny-0.13.tar.gz
Normal file
3
Capture-Tiny-0.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3eca683cf321ca2edcbc7e586f70835f82048ecfb00e21e59e638ad33acb2efd
|
||||
size 26170
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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,9 +18,9 @@
|
||||
|
||||
|
||||
Name: perl-Capture-Tiny
|
||||
Version: 0.11
|
||||
Version: 0.13
|
||||
Release: 1
|
||||
License: Apache Software License
|
||||
License: Apache-2.0
|
||||
%define cpan_name Capture-Tiny
|
||||
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
||||
Url: http://search.cpan.org/dist/Capture-Tiny/
|
||||
@ -29,9 +29,11 @@ Source: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{vers
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
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