Author: coke
Date: Tue Mar 25 10:54:28 2008
New Revision: 26537

Modified:
   trunk/docs/pdds/pdd17_pmc.pod

Changes in other areas also in this revision:
Modified:
   trunk/DEPRECATED.pod
   trunk/src/vtable.tbl

Log:
[deprecated]

Remove deprecated vtable entry "subtype". No tests fail.

Resolves RT#48569



Modified: trunk/docs/pdds/pdd17_pmc.pod
==============================================================================
--- trunk/docs/pdds/pdd17_pmc.pod       (original)
+++ trunk/docs/pdds/pdd17_pmc.pod       Tue Mar 25 10:54:28 2008
@@ -659,17 +659,6 @@
 the PMC's class is loaded. Negative numbers are considered
 interpreter-specific, non-public types.
 
-=item subtype [deprecated: See RT #48569]
-
-  UINTVAL subtype(INTERP, PMC* self, INTVAL type)
-
-Return the subtype of a PMC. (Note that this may be unimplemented, and may go
-away). This is intended to return information about the PMC--what type of
-number or string it is, whether it's a scalar, hash, array, or list, and
-suchlike things.
-
-[This can be adequately handled by C<does> and C<inspect>.]
-
 =item name
 
   STRING* name(INTERP, PMC* self)

Reply via email to