[perl #64108] [PATCH] Added a Perl 6 version of rand and cis to Any.pm in the setting

2009-03-26 Thread Patrick R. Michaud via RT
Patch applied in 3bbb1c4, thanks! Based on moritz's suggestion I switched the call to unpolar to be a method call instead of a subroutine call (we can always switch it back). I also eliminated the extra calls to 'return', and added the 0-argument parens to the method definitions (which we likely

Re: [perl #64108] [PATCH] Added a Perl 6 version of rand and cis to Any.pm in the setting

2009-03-23 Thread Moritz Lenz
Hi, Cory Spencer (via RT) wrote: > The following patch adds a Perl 6 version of rand and cis to Any.pm in the > setting. Thanks for the patch. Unfortunately, it doesn't apply cleanly here (at rakudo 748771092a53e8910df4c633567c9a57b090a12e), does it depend on a previous patch you send? [...] >

[perl #64108] [PATCH] Added a Perl 6 version of rand and cis to Any.pm in the setting

2009-03-23 Thread via RT
# New Ticket Created by Cory Spencer # Please include the string: [perl #64108] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64108 > The following patch adds a Perl 6 version of rand and cis to Any.pm in the setting.>Fr