Author: wayland
Date: 2009-03-16 09:35:04 +0100 (Mon, 16 Mar 2009)
New Revision: 25854

Modified:
   docs/Perl6/Spec/S32-setting-library/IO.pod
Log:
Removed IO::File::Windows, as it's no longer necessary, AFAIK.  


Modified: docs/Perl6/Spec/S32-setting-library/IO.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/IO.pod  2009-03-16 08:23:53 UTC (rev 
25853)
+++ docs/Perl6/Spec/S32-setting-library/IO.pod  2009-03-16 08:35:04 UTC (rev 
25854)
@@ -1060,18 +1060,6 @@
 
 =back
 
-=head2 IO::File::Windows
-
-    role IO::File::Windows does IO::File {
-        method open(Bool :$BinaryMode) {...}
-    }
-
-=item open()
-
-Takes the C<BinaryMode> option to open the file in binary mode.  
-
-[XXX bogus, now under Unicode *all* systems must distinguish text from binary.]
-
 =head1 Unfiled
 
 =over 4

Reply via email to