Package Release Info

perl-Future-IO-0.14-bp156.1.2

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-Future-IO

Change Logs

* Wed Apr 26 2023 Tina Müller <timueller+perl@suse.de>
- updated to 0.14
  see /usr/share/doc/packages/perl-Future-IO/Changes
  0.14    2023-04-25
    [CHANGES]
  * Moved `Test::Future::IO::Impl` into its own distribution, so that
    downstream packages don't have to runtime-depend on `Test2`
* Mon Feb 20 2023 Tina Müller <timueller+perl@suse.de>
- updated to 0.13
  see /usr/share/doc/packages/perl-Future-IO/Changes
  0.13    2023-02-19
    [CHANGES]
  * Swap all unit tests from `Test::More` to `Test2::V0`
  * Reomved test-time dependency on `Test::Identity`
    [BUGFIXES]
  * t/30system.t should check that the impl actually provides a
    `->waitpid` method before using it
  * Insert a hacky "sleep 1" into the connect tests on MSWin32 in case
    that helps fix the test failures
* Wed Feb 01 2023 Tina Müller <timueller+perl@suse.de>
- updated to 0.12
  see /usr/share/doc/packages/perl-Future-IO/Changes
  0.12    2023-01-31
    [CHANGES]
  * Added `Future::IO::System`, containing a system()-like and a
    qx()-like method
  * Added `->sysread_until_eof` method
  * Update to perl v5.14 `package NAME VERSION` syntax
  * Use `await` notation in method minisynopsis lines
    [BUGFIXES]
  * Need to work harder to set LocalAddr during socket tests
Version: 0.11-bp155.1.4
* Tue Aug 16 2022 Tina Müller <tina.mueller@suse.com>
- Initial submission