develooper Front page | perl.cvs.parrot | Postings from January 2009

[svn:parrot] r35457 - trunk/docs/book

From:
Whiteknight
Date:
January 12, 2009 12:52
Subject:
[svn:parrot] r35457 - trunk/docs/book
Message ID:
20090112205216.81C45CB9F9@x12.develooper.com
Author: Whiteknight
Date: Mon Jan 12 12:52:14 2009
New Revision: 35457

Modified:
   trunk/docs/book/ch04_pir_subroutines.pod

Log:
[Book] Small reconfigure of the headings in chapter 4. VTABLEs are defined on a class, so I'm putting them in the section with namespaces and methods.

Modified: trunk/docs/book/ch04_pir_subroutines.pod
==============================================================================
--- trunk/docs/book/ch04_pir_subroutines.pod	(original)
+++ trunk/docs/book/ch04_pir_subroutines.pod	Mon Jan 12 12:52:14 2009
@@ -520,7 +520,7 @@
       ret
   .eom
 
-=head2 Namespaces, Classes, and Methods
+=head2 Namespaces, Methods, and VTABLES
 
 Z<CHP-4-SECT-2>
 
@@ -676,7 +676,7 @@
 
   (res1, res2) = obj."method"(arg1, arg2)
 
-=head2 VTABLEs
+=head3 VTABLEs
 
 PMCs all subscribe to a common interface of functions called X<VTABLE>
 VTABLEs. Every PMC implements the same set of these interfaces, which



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About