aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-07-25 13:02:47 +0200
committerMoritz Lenz <moritz@faui2k3.org>2012-07-25 13:02:49 +0200
commitf8f66ac058433084ba1f128a323ff8bf6642b37d (patch)
treeb700de94a4e0fa7b22c68911187fc5895e3cb3e1
parent3e25d9362bbae188dbf4d33a276ebe4e7965d6c3 (diff)
more deprecation notices: recv and IO::File/IO::Dir
-rw-r--r--skel/docs/announce/2012.076
1 files changed, 6 insertions, 0 deletions
diff --git a/skel/docs/announce/2012.07 b/skel/docs/announce/2012.07
index b8ca2ca..1053e8d 100644
--- a/skel/docs/announce/2012.07
+++ b/skel/docs/announce/2012.07
@@ -43,6 +43,12 @@ specification, and will be removed or changed:
subroutine.
Scheduled for the 2012.08 release.
+* the integer argument to IO::Socket.recv will be interpreted as number of
+ codepoints
+ Scheduled for the 2012.08 release.
+
+* IO::File and IO::Dir will go away, and &dir will return values of type
+ IO::Path (which is currently the superclass of IO::File and IO::Dir).
There are some key features of Perl 6 that Rakudo Star does not
yet handle appropriately, although they will appear in upcoming