Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-Git CPAN distribution.

Report information
The Basics
Id: 91060
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-Git

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

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



Subject: $fh needs to set encoding when handling commit messages
Wide character in print at /Users/ether/.perlbrew/libs/19.6@std/lib/perl5/Dist/Zilla/Plugin/Git/Commit.pm line 87. encountered when doing a release (Acme-LookOfDisapproval-0.006) where the commit message contains wide chars. You need to set the binmode of $fh before writing to it.
2.019 2013-11-23 20:49:27 Europe/Paris - fix #90537: wide character in print with ::Commit With Dist::Zilla 5, Git::Commit now writes the commit message in UTF-8 (christopher madsen, reported by kent fredric)