- updated to 0.22

Documented:
 
   - Issue tracker is now github
 
   Changed:
 
   - Skips tee and leak tests for closed STDIN on Perl prior to
     5.12 when PERL_UNICODE=D.  Documented lack of support as
     a known issue.
 
   - Isolated tee subprocesses from effects of PERL_UNICODE as a
     precaution (though this did not fix the above issue).
 
   - Improved layer detection for handles proxied due to being closed
     or tied.
 
   Fixed:
 
   - Nested merged captures that include an external program call no longer
     leak STDERR to the outer scope [rt.cpan.org #79376]
 
   - Work around rt.perl.org #114404 by forcing PerlIO layers back on
     original handles [rt.cpan.org #78819]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Capture-Tiny?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2013-06-04 14:46:55 +00:00 committed by Git OBS Bridge
parent 5453da6b9e
commit db50e514da
4 changed files with 34 additions and 11 deletions

View File

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

3
Capture-Tiny-0.22.tar.gz Normal file
View File

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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Jun 4 14:46:18 UTC 2013 - coolo@suse.com
- updated to 0.22
Documented:
- Issue tracker is now github
Changed:
- Skips tee and leak tests for closed STDIN on Perl prior to
5.12 when PERL_UNICODE=D. Documented lack of support as
a known issue.
- Isolated tee subprocesses from effects of PERL_UNICODE as a
precaution (though this did not fix the above issue).
- Improved layer detection for handles proxied due to being closed
or tied.
Fixed:
- Nested merged captures that include an external program call no longer
leak STDERR to the outer scope [rt.cpan.org #79376]
- Work around rt.perl.org #114404 by forcing PerlIO layers back on
original handles [rt.cpan.org #78819]
-------------------------------------------------------------------
Wed May 23 13:21:03 UTC 2012 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Capture-Tiny
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-Capture-Tiny
Version: 0.18
Version: 0.22
Release: 0
%define cpan_name Capture-Tiny
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
@ -33,7 +33,6 @@ BuildRequires: perl-macros
#BuildRequires: perl(Cases)
#BuildRequires: perl(Inline)
#BuildRequires: perl(Test::Differences)
#BuildRequires: perl(Test::Requires)
#BuildRequires: perl(TieEvil)
#BuildRequires: perl(TieLC)
#BuildRequires: perl(Utils)
@ -49,11 +48,6 @@ modules to use in any particular situation and just use this one.
%prep
%setup -q -n %{cpan_name}-%{version}
# MANUAL BEGIN
%if 0%{?sles_version} == 10 || 0%{?rhel_version} || 0%{?centos_version}
%{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL
%endif
# MANUAL END
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor