Skip Menu |

This queue is for tickets about the PPR CPAN distribution.

Report information
The Basics
Id: 125616
Status: resolved
Priority: 0/
Queue: PPR

People
Owner: Nobody in particular
Requestors: mst [...] shadowcat.co.uk
Cc:
AdminCc:

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



Subject: Update required for 5.28+ signature+attribute syntax
Date: Mon, 18 Jun 2018 17:58:12 +0000
To: bug-PPR [...] rt.cpan.org
From: Matt S Trout <mst [...] shadowcat.co.uk>
< mst> under "use experimental 'signatures';" < mst> in 5.26 and below, the syntax is sub ($foo) :Attr { < mst> in 5.28 and above, the syntax will be sub :Attr ($foo) { From what I can see, PPR can only parse the former form. -- Matt S Trout - Shadowcat Systems - Perl consulting with a commit bit and a clue http://shadowcat.co.uk/blog/matt-s-trout/ http://twitter.com/shadowcat_mst/ Email me now on mst (at) shadowcat.co.uk and let's chat about how our CPAN commercial support, training and consultancy packages could help your team.
Subject: Re: [rt.cpan.org #125616] Update required for 5.28+ signature+attribute syntax
Date: Tue, 19 Jun 2018 07:12:32 +1000
To: bug-PPR [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Thanks, Matt. This will be fixed for the next release, along with any other 5.28-isms. Damian