Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Capture-Tiny-0.46-lp152.3.2 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: perl-Capture-Tiny Distribution: openSUSE Leap 15.2
Version: 0.46 Vendor: openSUSE
Release: lp152.3.2 Build date: Fri Sep 20 18:20:05 2019
Group: Development/Libraries/Perl Build host: lamb27
Size: 74602 Source RPM: perl-Capture-Tiny-0.46-lp152.3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Capture-Tiny/
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
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 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.

Provides

Requires

License

Apache-2.0

Changelog

* Sun Feb 26 2017 coolo@suse.com
  - updated to 0.46
    see /usr/share/doc/packages/perl-Capture-Tiny/Changes
    0.46      2017-02-25 14:19:22-05:00 America/New_York
    - No changes from 0.45-TRIAL
    0.45      2017-02-23 13:22:43-05:00 America/New_York (TRIAL RELEASE)
      [Internal]
    - Avoid variable shadowing to improve debuggability.
* Sat Aug 06 2016 coolo@suse.com
  - updated to 0.44
    see /usr/share/doc/packages/perl-Capture-Tiny/Changes
    0.44      2016-08-05 13:40:33-04:00 America/New_York
      [Docs]
    - Note that dropping privileges during a capture can lead to
      temporary files not cleaned up.
* Wed Jun 01 2016 coolo@suse.com
  - updated to 0.42
    see /usr/share/doc/packages/perl-Capture-Tiny/Changes
    0.42      2016-05-31 12:40:10-04:00 America/New_York
    - No changes from 0.41
    0.41      2016-05-23 11:58:15-04:00 America/New_York (TRIAL RELEASE)
      [Fixed]
    - Fixed some failing tests when STDIN is routed to /dev/null
* Sat May 28 2016 coolo@suse.com
  - updated to 0.40
    see /usr/share/doc/packages/perl-Capture-Tiny/Changes
    0.40      2016-05-23 11:42:35-04:00 America/New_York
    - No changes from 0.39
    0.39      2016-05-02 10:21:48-04:00 America/New_York (TRIAL RELEASE)
      [Fixed]
    - Fix in 0.37 tickled a very obscure regular expressions bug in perl <
      5.18; should now be fixed.
    0.37      2016-05-02 07:08:31-04:00 America/New_York (TRIAL RELEASE)
      [Fixed]
    - Skip some tests if locale can't be determined.
* Mon Mar 07 2016 coolo@suse.com
  - updated to 0.36
    see /usr/share/doc/packages/perl-Capture-Tiny/Changes
    0.36      2016-02-28 21:36:57-05:00 America/New_York
      [Docs]
    - Fixed typos.
    0.34      2016-02-18 23:26:13-05:00 America/New_York
      [Fixed]
    - Removed spurious JSON::PP dependency added by a broken
      Dist::Zilla plugin.
    0.32      2016-02-18 10:12:02-05:00 America/New_York
      [Docs]
    - Changed internal formatting of documentation
      [Changes]
    - No functional changes from 0.31
    0.31      2016-02-14 07:33:50-07:00 America/Mazatlan (TRIAL RELEASE)
      [Fixed]
    - Application of layers to handles during and after capture now attempts
      to more accurately duplicate the original layers, including potential
      duplicate layers.  Because of the unusual ways that layers are ordered
      and applied, exact duplication is not guaranteeed, but this should be
      better that what Capture::Tiny did before.
    - Avoids a hard crash on Windows with Perl < 5.20 if a fork occurs in a
      capture block.  Also documented the risks and lack of support for
      forks in capture blocks.
* Sat May 16 2015 coolo@suse.com
  - updated to 0.30
    see /usr/share/doc/packages/perl-Capture-Tiny/Changes
    0.30      2015-05-15 20:43:54-04:00 America/New_York
      No changes from 0.29
    0.29      2015-04-19 18:36:24+02:00 Europe/Berlin (TRIAL RELEASE)
      Fixed:
    - Fix double filehandle close error with tee on Windows
      (which started warning during the perl 5.21.x series,
      causing tests to fail)
* Mon Apr 13 2015 coolo@suse.com
  - updated to 0.28
    see /usr/share/doc/packages/perl-Capture-Tiny/Changes
    0.28      2015-02-11 06:39:51-05:00 America/New_York
      Tests:
    - Removes test that optionally uses Inline::C to avoid spurious
      test failures.  Also Inline::C had become a fairly heavy
      (if optional) dependency.
      Docs:
    - Clarify that PERL_CAPTURE_TINY_TIMEOUT is an internal control,
      not a timeout of the code reference being captured.
* Sat Feb 07 2015 coolo@suse.com
  - updated to 0.27
    Prereqs:
    - Make Inline::C recommended, not required
    Tests:
    - Actually check for Inline::C in tests, not just Inline
* Mon Sep 15 2014 coolo@suse.com
  - updated to 0.25
    Prereqs:
    - Amended recommended modules to list Inline::C rather than Inline
* Sun Feb 09 2014 coolo@suse.com
  - updated to 0.24
    Fixed:
    - Closed security hole in use of semaphore flag in /tmp;
      now opens semaphore the using O_CREAT|O_EXCL

Files

/usr/lib/perl5/vendor_perl/5.26.1/Capture
/usr/lib/perl5/vendor_perl/5.26.1/Capture/Tiny.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Capture-Tiny
/usr/share/doc/packages/perl-Capture-Tiny/CONTRIBUTING.mkdn
/usr/share/doc/packages/perl-Capture-Tiny/Changes
/usr/share/doc/packages/perl-Capture-Tiny/README
/usr/share/doc/packages/perl-Capture-Tiny/Todo
/usr/share/doc/packages/perl-Capture-Tiny/examples
/usr/share/doc/packages/perl-Capture-Tiny/examples/rt-58208.pl
/usr/share/doc/packages/perl-Capture-Tiny/examples/tee.pl
/usr/share/licenses/perl-Capture-Tiny
/usr/share/licenses/perl-Capture-Tiny/LICENSE
/usr/share/man/man3/Capture::Tiny.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024