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: 86299
Status: new
Priority: 0/
Queue: PPI

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

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



Subject: poor handling of utf8 sub names
PPI doesn't seem to like sub names with utf8 characters. (try 'dzil build' at this commit: https://github.com/karenetheridge/Acme-LookOfDisapproval/commit/c422918c2089e128eb0cc196df6fb1790e68d0ae ) : [ether@tequila git/Acme-LookOfDisapproval]$; dzil build --not [DZ] beginning to build Acme-LookOfDisapproval [@Author::ETHER/Git::NextVersion] Bumping version from 0.001 to 0.002 [DZ] guessing dist's main_module is lib/Acme/LookOfDisapproval.pm [DZ] extracting distribution abstract from lib/Acme/LookOfDisapproval.pm Fatal error... regex failed to match in 'ಠ_ಠ { goto &CORE::warn } ' when expected at /Users/ether/.perlbrew/libs/19.0@std/lib/perl5/PPI/Token/Word.pm line 416, <DATA> line 10. at /Users/ether/.perlbrew/libs/19.0@std/lib/perl5/Dist/Zilla/Plugin/Authority.pm line 131.
Or more simply: $ perl -MPPI -wle'PPI::Document->new("lib/Acme/LookOfDisapproval.pm"); print PPI::Document->errstr' Fatal error... regex failed to match in 'ಠ_ಠ { goto &CORE::warn } ' when expected at /Users/ether/.perlbrew/libs/19.7@std/lib/perl5/PPI/Token/Word.pm line 416.