Author: pmichaud Date: Sat Nov 29 14:02:07 2008 New Revision: 33352 Modified: trunk/DEPRECATED.pod
Log: [DEPRECATED]: Enhance note about changes to :vtable and :method. Modified: trunk/DEPRECATED.pod ============================================================================== --- trunk/DEPRECATED.pod (original) +++ trunk/DEPRECATED.pod Sat Nov 29 14:02:07 2008 @@ -155,9 +155,11 @@ The files (and all functions in them) are deprecated, and will be removed. See RT #60048. -=item * C<:vtable> and C<:method> will not place the sub in a namespace by default. [post 0.8.1] +=item * Subs marked with C<:vtable>/C<:method> aren't in namespace [post 0.8.2] -See RT #60586. +Subs marked with C<:vtable> or C<:method> flags are no longer given a +namespace entry by default. Use the C<:nsentry> flag to cause this +to happen. See RT #60586 and RT #53302. =item * Bytecode packfile segment will use subid not sub name [post 0.8.1]
