Author: wayland
Date: 2009-02-24 01:16:08 +0100 (Tue, 24 Feb 2009)
New Revision: 25506

Modified:
   docs/Perl6/Spec/S14-roles-and-parametric-types.pod
   docs/Perl6/Spec/S32-setting-library/IO.pod
Log:
IO.pod: Updated reference to Temporal.pod
S14: Gave credits properly


Modified: docs/Perl6/Spec/S14-roles-and-parametric-types.pod
===================================================================
--- docs/Perl6/Spec/S14-roles-and-parametric-types.pod  2009-02-23 23:59:53 UTC 
(rev 25505)
+++ docs/Perl6/Spec/S14-roles-and-parametric-types.pod  2009-02-24 00:16:08 UTC 
(rev 25506)
@@ -2,15 +2,14 @@
 
 =head1 TITLE
 
-Synopsis 12: Roles and Parametric Types
+Synopsis 14: Roles and Parametric Types [DRAFT]
 
-=head1 AUTHOR
-
-Larry Wall <la...@wall.org>
-
 =head1 VERSION
 
-  Maintainer: Larry Wall <la...@wall.org>
+  Author:        Larry Wall <la...@wall.org>
+  Maintainer:    Larry Wall <la...@wall.org>
+  Contributions: Tim Nelson <wayl...@wayland.id.au>
+                 Jonathan Worthington <jn...@jnthn.net>
   Date: 24 Feb 2009, extracted from S12-objects.pod
   Last Modified: 24 Feb 2009
   Number: 14

Modified: docs/Perl6/Spec/S32-setting-library/IO.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/IO.pod  2009-02-23 23:59:53 UTC (rev 
25505)
+++ docs/Perl6/Spec/S32-setting-library/IO.pod  2009-02-24 00:16:08 UTC (rev 
25506)
@@ -536,7 +536,7 @@
 }
 
 The %times has keys that can be eg. ctime, Modification, and Access (and maybe 
others on 
-other operating systems), and the values are all DateTime objects.  
+other operating systems), and the values are all Temporal::Instant objects.  
 
 When .path() is implemented, it should return the path that this was opened 
with.  
 

Reply via email to