Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 96246
Status: resolved
Priority: 0/
Queue: Moose

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

Bug Information
Severity: Wishlist
Broken in:
  • 2.1208
  • 2.1209
Fixed in: (no value)



CC: bingos [...] cpan.org
Subject: Makefile.PL: warning "Wide character in print" with EUMM 6.62
While installing Moose 2.1209 on perl 5.10.1 with ExtUtils::MakeMaker 6.62 -------8<-------8<-------8<-------8<-------8<-------8<-------8<------- CPAN.pm: Building E/ET/ETHER/Moose-2.1209.tar.gz CPAN: CPAN::Reporter loaded ok (v1.2010) Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Moose Wide character in print at /home/omengue/.plenv/versions/5.10.1/lib/perl5/5.10.1/ExtUtils/MakeMaker.pm line 1154. Wide character in print at /home/omengue/.plenv/versions/5.10.1/lib/perl5/5.10.1/ExtUtils/MakeMaker.pm line 1154. Wide character in print at /home/omengue/.plenv/versions/5.10.1/lib/perl5/5.10.1/ExtUtils/MakeMaker.pm line 1154. Writing MYMETA.yml and MYMETA.json -------8<-------8<-------8<-------8<-------8<-------8<-------8<------- Here is ExtUtils::MakeMaker code around line 1154 (method "flush"): -------8<-------8<-------8<-------8<-------8<-------8<-------8<------- for my $chunk (@{$self->{RESULT}}) { print $fh "$chunk\n" or die "Can't write to MakeMaker.tmp: $!"; } -------8<-------8<-------8<-------8<-------8<-------8<-------8<------- The Unicode data fed to EUMM comes from Makefile.PL (which iself comes from dist.ini): -------8<-------8<-------8<-------8<-------8<-------8<-------8<------- my %WriteMakefileArgs = ( "ABSTRACT" => "A postmodern object system for Perl 5", "AUTHOR" => "Stevan Little <stevan.little\@iinteractive.com>, Dave Rolsky <au tarch\@urth.org>, Jesse Luehrs <doy\@tozt.net>, Shawn M Moore <code\@sartak.org Show quoted text
>, \x{5d9}\x{5d5}\x{5d1}\x{5dc} \x{5e7}\x{5d5}\x{5d2}'\x{5de}\x{5df} (Yuval Kog
man) <nothingmuch\@woobling.org>, Karen Etheridge <ether\@cpan.org>, Florian Ra gwitz <rafl\@debian.org>, Hans Dieter Pearcey <hdp\@weftsoar.net>, Chris Prathe r <chris\@prather.org>, Matt S Trout <mst\@shadowcat.co.uk>", -------8<-------8<-------8<-------8<-------8<-------8<-------8<------- -- Olivier Mengué - http://perlresume.org/DOLMEN
Le 2014-06-05 12:27:47, DOLMEN a écrit : Show quoted text
> While installing Moose 2.1209 on perl 5.10.1 with ExtUtils::MakeMaker > 6.62
Still occurs with EUMM 6.98. -- Olivier Mengué - http://perlresume.org/DOLMEN
On 2014-06-05 05:15:52, DOLMEN wrote: Show quoted text
> Le 2014-06-05 12:27:47, DOLMEN a écrit :
> > While installing Moose 2.1209 on perl 5.10.1 with ExtUtils::MakeMaker > > 6.62
> > Still occurs with EUMM 6.98.
There's nothing we can do here - this is all on EUMM's side. As soon as a fix is available, all dists built with Dist::Zilla will benefit.
On 2014-06-05 08:24:55, ETHER wrote: Show quoted text
> On 2014-06-05 05:15:52, DOLMEN wrote:
> > Le 2014-06-05 12:27:47, DOLMEN a écrit :
> > > While installing Moose 2.1209 on perl 5.10.1 with > > > ExtUtils::MakeMaker > > > 6.62
> > > > Still occurs with EUMM 6.98.
> > > There's nothing we can do here - this is all on EUMM's side. As soon > as a fix is available, all dists built with Dist::Zilla will benefit.
I believe this has been fixed by ExtUtils::MakeMaker 7.00.