# New Ticket Created by  Solomon Foster 
# Please include the string:  [perl #68004]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=68004 >


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.

This appears to me to be a separate issue from RT #67450, which
appears to expect +* to do something very different.

-- 
Solomon Foster: colo...@gmail.com
HarmonyWare, Inc: http://www.harmonyware.com

Reply via email to