Author: infinoid
Date: Wed Aug  6 21:32:18 2008
New Revision: 30081

Modified:
   trunk/docs/pdds/pdd13_bytecode.pod

Log:
[docs/pdds/pdd13] Add the ability to delete a segment from a PackfileDirectory,
per my discussion with jonathan++ on this subject.


Modified: trunk/docs/pdds/pdd13_bytecode.pod
==============================================================================
--- trunk/docs/pdds/pdd13_bytecode.pod  (original)
+++ trunk/docs/pdds/pdd13_bytecode.pod  Wed Aug  6 21:32:18 2008
@@ -830,6 +830,12 @@
 directory. If a segment of the given name already exists in the directory, it
 will be replaced with the supplied PMC.
 
+=head4 C<delete_keyed_str> (v-table)
+
+Removes the PackfileSegment PMC from the directory which has the name
+specified by the key.  This is the only way to remove a segment from the
+directory.
+
 
 =head3 RawSegment.pmc (isa PackfileSegment)
 

Reply via email to