RT for rt.cpan.org
Skip Menu
|
Bug #124122 for Future-AsyncAwait: Support underlying perl sub signature syntax
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Future-AsyncAwait CPAN distribution
.
Report information
The Basics
Id:
124122
Status:
rejected
Priority:
0/
Queue:
Future-AsyncAwait
People
Owner:
Nobody in particular
Requestors:
leonerd-cpan [...] leonerd.org.uk
Cc:
AdminCc:
Bug Information
Severity:
Wishlist
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Wed Jan 17 21:33:12 2018
leonerd-cpan [...] leonerd.org.uk - Ticket created
Subject:
Support underlying perl sub signature syntax
Current implementation does not support e.g. use feature 'signatures'; async sub add($x, $y) { return $x + $y } -- Paul Evans
Thu Jan 18 09:51:59 2018
leonerd-cpan [...] leonerd.org.uk - Correspondence added
On Wed Jan 17 21:33:12 2018, PEVANS wrote:
Show quoted text
> Current implementation does not support e.g. > > use feature 'signatures'; > > async sub add($x, $y) { return $x + $y }
This core perl feature might help:
https://rt.perl.org/Public/Bug/Display.html?id=132474
-- Paul Evans
Thu Jan 18 21:36:36 2018
leonerd-cpan [...] leonerd.org.uk - Correspondence added
Duplicate of
https://rt.cpan.org/Ticket/Update.html?id=123465
-- Paul Evans
Thu Jan 18 21:36:36 2018
leonerd-cpan [...] leonerd.org.uk - Status changed from 'new' to 'rejected'