Skip Menu |

This queue is for tickets about the future CPAN distribution.

Report information
The Basics
Id: 102167
Status: resolved
Priority: 0/
Queue: future

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

Bug Information
Severity: Wishlist
Broken in: 0.30
Fixed in: 0.31



Subject: use Future; in Future::Utils
Trivial one, but: $ perl -e'use Future::Utils qw(fmap0); (fmap0 { ok("call fmap0"); Future->done } foreach => [1..3])->get' Can't locate object method "call" via package "Future" at .../Future/Utils.pm line 519. suspect real code won't be likely to hit that, but a 'use Future;' in there seems like a harmless addition?
Seems harmless enough. Will add. (no patch attached 'cause it's trivial ;) ) -- Paul Evans
Fixed in 0.31 -- Paul Evans