| Newsgroups |
perl.cvs.parrot |
| Message-ID |
<[email protected]> |
Author: coke
Date: Fri Jan 16 19:03:56 2009
New Revision: 35658
Modified:
trunk/DEPRECATED.pod
Log:
Hearing no objection on these tickets, make the deprecation official.
Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod (original)
+++ trunk/DEPRECATED.pod Fri Jan 16 19:03:56 2009
@@ -135,7 +135,7 @@
The files (and all functions in them) are deprecated, and will be removed. See
RT #60048.
-=item * Subs marked with C<:vtable>/C<:method> aren't in namespace [post 0.8.2]
+=item Subs marked with C<:vtable>/C<:method> aren't in namespace [post 0.8.2]
Subs marked with C<:vtable> or C<:method> flags are no longer given a
namespace entry by default. Use the C<:nsentry> flag to cause this
@@ -154,4 +154,24 @@
=back
+=head1 standard library
+
+=over 4
+
+=item Data::Sort [post 0.9.0]
+
+Sorting is already available as a method on various array-style PMCs.
+See TT #106
+
+=item Data::Escape [post 0.9.0]
+
+Replace usage with the escape opcode. See TT #107
+
+=item DWIM [post 0.9.0]
+
+Hasn't been kept up to date; might move to the examples/ folder, but
+doesn't need to be in stdlib. See TT #120
+
+=back
+
=cut