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: 75039
Status: resolved
Priority: 0/
Queue: PPI

People
Owner: Nobody in particular
Requestors: jgangemi [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.215
Fixed in: 1.218



Subject: PPI incorrectly terminates pod on =CUT
PPI is currently considering '=CUT' to be a valid pod terminator when it is not. line 150 if Token::Pod should be this: $t->_finalize_token if lc $1 eq 'cut'; instead of this: $t->_finalize_token if $1 eq 'cut'; -- -jae
The full version of the fix for this is now released to CPAN as PPI 1.218.