Path to this page:
./
devel/p5-Future-IO,
Future-returning IO methods
Branch: CURRENT,
Version: 0.16nb1,
Package name: p5-Future-IO-0.16nb1,
Maintainer: wenFuture::IO provides a few basic methods that behave similarly to the same-named
core perl functions relating to IO operations, but yield their results
asynchronously via Future instances.
Master sites: (Expand)
Filesize: 25.051 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Future-IO-0.16nb1
- (2024-10-04) Updated to version: p5-Future-IO-0.16
- (2024-04-30) Updated to version: p5-Future-IO-0.15
- (2023-08-03) Updated to version: p5-Future-IO-0.14
- (2023-07-06) Updated to version: p5-Future-IO-0.11nb1
- (2023-02-12) Package added to pkgsrc.se, version p5-Future-IO-0.11 (created)
CVS history: (Expand)
2023-08-03 13:57:50 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.14
Update TEST_DEPENDS
Upstream 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`
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
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
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-02-12 11:22:49 by Wen Heping | Files touched by this commit (3) |
Log message:
Import Future-IO-0.11 as p5-Future-IO.
Future::IO provides a few basic methods that behave similarly to the same-named
core perl functions relating to IO operations, but yield their results
asynchronously via Future instances.
|