# New Ticket Created by  Matt Diephouse 
# Please include the string:  [perl #40443]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40443 >


At the OSCON 2006 Hackathon, it was decided that we should separate  
vtables from methods and add a new :vtable label for PIR subs to mark  
them as vtable functions. This gets rid of the current namespace  
pollution caused by vtables and allows us to abandon the leading  
underscores for PIR vtable functions.

     .sub get_string :vtable
         .return("end namespace pollution!")
     .end

It appears that this never made it into RT.

--
Matt Diephouse

Reply via email to