cvsuser 04/03/17 18:44:16
Modified: docs/pdds pdd15_objects.pod Log: Fix a typo Revision Changes Path 1.34 +2 -2 parrot/docs/pdds/pdd15_objects.pod Index: pdd15_objects.pod =================================================================== RCS file: /cvs/public/parrot/docs/pdds/pdd15_objects.pod,v retrieving revision 1.33 retrieving revision 1.34 diff -u -w -r1.33 -r1.34 --- pdd15_objects.pod 28 Feb 2004 09:16:37 -0000 1.33 +++ pdd15_objects.pod 18 Mar 2004 02:44:16 -0000 1.34 @@ -1,5 +1,5 @@ # Copyright: 2001-2004 The Perl Foundation. All Rights Reserved. -# $Id: pdd15_objects.pod,v 1.33 2004/02/28 09:16:37 mikescott Exp $ +# $Id: pdd15_objects.pod,v 1.34 2004/03/18 02:44:16 scog Exp $ =head1 NAME @@ -508,7 +508,7 @@ Do be aware that, right now, you should I<not> add attributes or parents to a class that's been subclassed or has had objects -instantiated. This will leave the internal structures of the classses +instantiated. This will leave the internal structures of the classes and objects in an inconsistent state and things won't work at all the way you want them to. At the moment parrot won't warn if you do this, but it will soon. The restriction on parent list changes and attribute
