X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsort.t;h=44aaf8ffae28750089b80bfd1dd962434c37efd4;hb=c53fc8a620e539470713c5fc9ecf3b649176ff4a;hp=6b607161d082b25db6849ad2bb8a72eab69d71ed;hpb=64e1b76789c0fb605467b2e39f8214801faef2f9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/sort.t b/lib/sort.t index 6b60716..44aaf8f 100644 --- a/lib/sort.t +++ b/lib/sort.t @@ -12,6 +12,6 @@ BEGIN { ok(sort::current() eq 'mergesort'); } -use sort 'fast'; -ok(sort::current() eq 'quicksort fast'); +use sort qw( stable _qsort ); +ok(sort::current() eq 'quicksort stable');