# New Ticket Created by  Zefram 
# Please include the string:  [perl #126907]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=126907 >


5to6-perlfunc says:

    =item mkdir FILENAME

    =item mkdir

    Works as in Perl 5.

Actually mkdir with no arguments is not permitted in Perl 6.  There are
similar documentation errors for split and unlink.  (unlink can accept
no arguments, but only with an explicit empty argument list, and it
means a different thing from the Perl 5.)

-zefram

Reply via email to