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.