- updated to 0.17

Fixed:
  - Added a workaround for failing t/08-stdin-closed.t under blead
    perl / 5.15.8 [RT#111070]
  Documented:
  - Clarified some limitations; added a link to CPAN Testers Matrix;
    removed redundant BUGS section; standardized terminology
  Tested:
  - Added a test using Inline::C to print to stdout and stderr in response
    to RT#71701

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Capture-Tiny?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2012-02-27 08:44:10 +00:00 committed by Git OBS Bridge
parent 8e32da304a
commit c5dbed8f93
4 changed files with 22 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Feb 27 08:43:08 UTC 2012 - coolo@suse.com
- updated to 0.17
Fixed:
- Added a workaround for failing t/08-stdin-closed.t under blead
perl / 5.15.8 [RT#111070]
Documented:
- Clarified some limitations; added a link to CPAN Testers Matrix;
removed redundant BUGS section; standardized terminology
Tested:
- Added a test using Inline::C to print to stdout and stderr in response
to RT#71701
-------------------------------------------------------------------
Tue Feb 21 09:02:47 UTC 2012 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Capture-Tiny
Version: 0.16
Version: 0.17
Release: 0
%define cpan_name Capture-Tiny
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
@ -31,6 +31,7 @@ BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(Capture::Tiny)
#BuildRequires: perl(Cases)
#BuildRequires: perl(Inline)
#BuildRequires: perl(Test::Differences)
#BuildRequires: perl(Test::Requires)
#BuildRequires: perl(TieLC)
@ -41,7 +42,7 @@ BuildRequires: perl-macros
Capture::Tiny provides a simple, portable way to capture almost anything
sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS
code or from an external program. Optionally, output can be teed so that it
is captured while being passed through to the original handles. Yes, it
is captured while being passed through to the original filehandles. Yes, it
even works on Windows (usually). Stop guessing which of a dozen capturing
modules to use in any particular situation and just use this one.