On Fri, Aug 28, 2015 at 05:48:07PM +0200, Carl Mäsak wrote:
> Good news! I just pushed a change (with backing from other core
> developers) that makes -e strict by default!
awesome! thank you Carl!
--
Marc Chantreux (eiro on github and freenode)
http://eiro.github.com/
http://eiro.github.com/a
Once in a while, our sysadmin tweaks something on an upstream mail server,
and asks us a few days later if our spam rate has changed. I invariably
whip up a perl5 one liner like this to get a daily spam count from my "mh"
mail folder:
scan +spam|perl -naE '$d{$F[1]}++; END{say "$_: $d{$_}" for sor
Hi,
I can not do the following;
my Buf $b = 'abc'.encode;
Type check failed in assignment to '$b'; expected 'Buf' but got 'utf8'
But I can do this;
my Buf $b = 'abc'.encode ~ Buf.new();
Buf:0x<61 62 63>
Does the concatenation convert utf8 into Buf? Will there be a problem
when it is converted
This ticket was created based on a comment in S04-phasers/next.t
This test is now unfudged and passing, closing ticket.
--
Will "Coke" Coleda
This ticket was created from a todo comment in S05-capture/match-object.t
This test is now unfudged and passing in glr
--
Will "Coke" Coleda