On Wed Jul 29 05:30:51 2009, colo...@gmail.com wrote: > According to http://perlcabal.org/syn/S03.html#Nesting_of_metaoperators > +* should generate a closure which numifies. This does not work, as > > my $x = +*; > isa_ok $x, Code, '+* is of type Code'; > > fails, as do attempts to use +* in sort as in the S03 example there.
Now fixed in f48920, thanks! Pm