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


use Test;
plan 2;

my @array = (1, 2, 2, 3, 4, 5, 5, 5, 5, 6, 7, 8);

# this works fine
my Object $cond = [<=] @array;
ok($cond, "array is sorted properly");

# this fails
ok([<=] @array, "array is sorted properly");



This is with rakudo 8d6337896fa3fd94d6264589752e17a43244254c on OS X
10.5.8, but happened with earlier versions as well.

--SF

Reply via email to