Skip Menu |

This queue is for tickets about the Method-Signatures-PP CPAN distribution.

Report information
The Basics
Id: 122169
Status: resolved
Priority: 0/
Queue: Method-Signatures-PP

People
Owner: Nobody in particular
Requestors: perl [...] toby.ink
Cc:
AdminCc:

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



Subject: Odd yadayada parsing issue
This works: perl -MMethod::Signatures::PP -E'method foo () { 1 } say foo();' This should die at run time: perl -MMethod::Signatures::PP -E'method foo () { ... } say foo();' But instead it fails to compile. (I'm using Perl 5.24.1.)
On Thu Jun 22 03:18:14 2017, TOBYINK wrote: Show quoted text
> This works: > > perl -MMethod::Signatures::PP -E'method foo () { 1 } say foo();' > > This should die at run time: > > perl -MMethod::Signatures::PP -E'method foo () { ... } say foo();' > > But instead it fails to compile. > > (I'm using Perl 5.24.1.)
Sorry for the incredibly late reply but that was a PPR bug that Damian fixed.