Just curious does this actually run? I'm trying on pugs 6.2.11 and it complains
quite a bit. First of all shouldn't
for %buckets.values -> $arg_for
be
for %buckets.values -> $arg_for is rw
since $arg_for is modified?
And then I get an error telling me 'No such method in class Scalar: "&kv"'
Hi Aristotle,
A. Pagaltzis (12:12 2006-05-24):
> Hi Martin,
>
> * Martin Kjeldsen <[EMAIL PROTECTED]> [2006-05-24 11:50]:
> > Just curious does this actually run? I'm trying on pugs 6.2.11
> > and it complains quite a bit. First of all shouldn't
>
Moritz Lenz via RT (09:23 2008-12-14):
> Martin Kjeldsen (via RT) wrote:
> > # New Ticket Created by Martin Kjeldsen
> > # Please include the string: [perl #61308]
> > # in the subject line of all future correspondence about this issue.
> > # http://rt.perl.org/rt3/T
800, Martin Kjeldsen wrote:
>> +if $str ~~ /\x0a$/ {
>> +$str = $str.substr(0, $str.chars - 1);
>
> Unless newlines are being canonicalized elsewhere, this seems
> *nix-specific.
>
> (Sorry I haven't researched further, this just caught my ey
This patch is looping and * .1 instead of dividing. Sorry for not being in git
format-diff format (unified diff instead)
0002-patch-with-multiplication-instead.patch
Description: Binary data
On 07/03/2010, at 14.48, perl6 via RT wrote:
> Greetings,
>
> This message has been automatically gen