Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the PPI CPAN distribution.

Report information
The Basics
Id: 21574
Status: resolved
Priority: 0/
Queue: PPI

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

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



Subject: PPI::Statement::Variable::variables breaks for lists with leading whitespace
Variables are not correctly parsed by PPI::Statement::Variable::variables when those variables are contained in a list and the list has whitespace prior to the first variable. e.g.: my ($self, $param) = @_; # ok my ( $self, $param ) = @_; # not ok I have attached a patch to remedy this.
Subject: variable_patch.txt
Duplicate submission
Closing, DUPLICATE