Skip Menu |

This queue is for tickets about the Dios CPAN distribution.

Report information
The Basics
Id: 122519
Status: resolved
Priority: 0/
Queue: Dios

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

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



Subject: Optional positional Code parameter fails when used in method call
use Dios; class Scratch { method foo(Code $x, Undef|Code $y?) { } } my $s = Scratch->new; $s->foo(sub{}); # OK $s->foo(sub{}, sub{}); # Fails -- -Jeff Ober
Subject: Re: [rt.cpan.org #122519] Optional positional Code parameter fails when used in method call
Date: Tue, 18 Jul 2017 12:57:04 +1000
To: bug-Dios [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Thanks for the report, Jeff. Fixed in the latest release (just uploaded to CPAN). Once again, very much appreciated! Damian