Author: wayland
Date: 2009-02-17 11:06:57 +0100 (Tue, 17 Feb 2009)
New Revision: 25364
Modified:
   docs/Perl6/Spec/S16-io.pod
Log:
S16: Added cwd to FileSystem



Modified: docs/Perl6/Spec/S16-io.pod
===================================================================
--- docs/Perl6/Spec/S16-io.pod  2009-02-17 08:38:53 UTC (rev 25363)
+++ docs/Perl6/Spec/S16-io.pod  2009-02-17 10:06:57 UTC (rev 25364)
@@ -439,6 +439,7 @@
 This reads directories, deletes filesystem entries, creates links, and the 
like.  
 
 class  IO::FileSystem does IO::Streamable {
+       has     IO::FileSystemEntry $cwd;
 ...
 }
 
@@ -499,7 +500,7 @@
 
 =head2 IO::FilesystemEntry
 
-class  IO::FileSystem {
+class  IO::FileSystemEntry {
 ...
 }
 

Reply via email to