Author: lwall
Date: 2009-06-18 01:36:07 +0200 (Thu, 18 Jun 2009)
New Revision: 27112

Modified:
   docs/Perl6/Spec/S09-data.pod
Log:
[S09] add missing rat native types


Modified: docs/Perl6/Spec/S09-data.pod
===================================================================
--- docs/Perl6/Spec/S09-data.pod        2009-06-17 23:30:20 UTC (rev 27111)
+++ docs/Perl6/Spec/S09-data.pod        2009-06-17 23:36:07 UTC (rev 27112)
@@ -12,8 +12,8 @@
 
   Maintainer: Larry Wall <la...@wall.org>
   Date: 13 Sep 2004
-  Last Modified: 30 Apr 2009
-  Version: 33
+  Last Modified: 17 Jun 2009
+  Version: 34
 
 =head1 Overview
 
@@ -59,6 +59,11 @@
     complex64   (aka complex on most architectures)
     complex128
 
+    rat8
+    rat16
+    rat32
+    rat64
+
     buf8        aka buf, a "normal" byte buffer
     buf16       a uint16 buffer
     buf32       a uint32 buffer

Reply via email to