Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more deprecation notices: recv and IO::File/IO::Dir
  • Loading branch information
moritz committed Jul 25, 2012
1 parent 3e25d93 commit f8f66ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions skel/docs/announce/2012.07
Expand Up @@ -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
Expand Down

0 comments on commit f8f66ac

Please sign in to comment.