s/sort/split/; - my mistake spotted by Dave.
Nicholas Clark [Tue, 13 Jul 2004 19:10:20 +0000 (19:10 +0000)]
p4raw-id: //depot/perl@23103

pod/perltodo.pod

index 6698b8d..db7274c 100644 (file)
@@ -139,7 +139,7 @@ Make the peephole optimizer optional.
 
 =head2 You WANT *how* many
 
-Currently contexts are void, scalar and list. sort has a special mechanism in
+Currently contexts are void, scalar and list. split has a special mechanism in
 place to pass in the number of return values wanted. It would be useful to
 have a general mechanism for this, backwards compatible and little speed hit.
 This would allow proposals such as short circuiting sort to be implemented