cvsuser     03/03/12 06:42:16

  Modified:    docs/pdds pdd15_objects.pod
  Log:
  more updates
  
  Revision  Changes    Path
  1.5       +19 -4     parrot/docs/pdds/pdd15_objects.pod
  
  Index: pdd15_objects.pod
  ===================================================================
  RCS file: /cvs/public/parrot/docs/pdds/pdd15_objects.pod,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -w -r1.4 -r1.5
  --- pdd15_objects.pod 11 Mar 2003 22:14:50 -0000      1.4
  +++ pdd15_objects.pod 12 Mar 2003 14:42:16 -0000      1.5
  @@ -9,9 +9,9 @@
       Maintainer: Dan Sugalski
       Class: Internals
       PDD Number: 15
  -    Version: 1.0
  +    Version: 1.1
       Status: Developing
  -    Last Modified: March 10, 2003
  +    Last Modified: March 11, 2003
       PDD Format: 1
       Language: English
   
  @@ -19,6 +19,10 @@
   
   =over 4
   
  +=item Version 1.1
  +
  +March 11, 2002
  +
   =item version 1
   
   None. First version
  @@ -29,6 +33,11 @@
   
   =over 4
   
  +=item Version 1.1
  +
  +Removed attributes from the object interface and put them in the
  +class interface section, where they belong.
  +
   =item Version 1.0
   
   None. First version
  @@ -86,9 +95,15 @@
   
   =item Get a property hash
   
  -=item Get and set attributes
  +=item Call a method
  +
  +=item Get a method PMC
  +
  +=item Check if a PMC can perform a method
  +
  +=item Check if a PMC implements an interface
   
  -=item
  +=item Check if a PMC is a member of or child of a class
   
   =back
   
  
  
  

Reply via email to