Skip Menu |

This queue is for tickets about the IO-Async CPAN distribution.

Report information
The Basics
Id: 102224
Status: resolved
Priority: 0/
Queue: IO-Async

People
Owner: Nobody in particular
Requestors: TEAM [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.65
Fixed in: 0.66



Subject: Future 0.26+ needed
Needs ->is_failure support in 0.65+, as reported by Mithaldu. cheers, Tom
Subject: 2015-02-20-io-async-is_failure.diff
diff --git a/Build.PL b/Build.PL index e9c15ac..ea88e25 100644 --- a/Build.PL +++ b/Build.PL @@ -6,7 +6,7 @@ use Module::Build; my $build = Module::Build->new( module_name => 'IO::Async', requires => { - 'Future' => '0.22', # ->else_done + 'Future' => '0.26', # ->is_failure 'Future::Utils' => '0.18', # try_repeat 'Exporter' => '5.57', 'File::stat' => 0,
Confirmed, updating Future makes the test pass.
Released in 0.66 -- Paul Evans