[perl #69840] Rakudo segfault

2009-10-16 Thread via RT
# New Ticket Created by Krzysztof Kielak # Please include the string: [perl #69840] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69840 > Hi, The following code segfaults in rakudo { my @a=(); for 1..2 { my $ll="123;

Re: Aliasing methods in CPAN roles

2009-10-16 Thread David Green
On 2009-Oct-16, at 12:54 am, Richard Hainsworth wrote: Is there syntactic sugar for aliasing the conflicting method? Eg. something like does XML :db-write; There needs to be something more than sugar: making a new class or role with different methods will break substitutability. However, w