Removed toy from 17133 after Matt Sargeants request.
Artur Bergman [Thu, 23 Aug 2001 11:45:59 +0000 (11:45 +0000)]
p4raw-id: //depot/perl@11734

pod/perlfaq4.pod

index ff96afd..826d793 100644 (file)
@@ -1295,7 +1295,7 @@ Unfortunately, this algorithm is very inefficient. The Algorithm::Permute
 module from CPAN runs at least an order of magnitude faster. If you don't
 have a C compiler (or a binary distribution of Algorithm::Permute), then
 you can use List::Permutor which is written in pure Perl, and is still
-several times faster than the toy algorithm above.
+several times faster than the algorithm above.
 
 =head2 How do I sort an array by (anything)?