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


 From DEPRECATED.pod: 

Type IDs will go away in 0.5.0.
Instead of: 

  $P0 = new Integer 

or 

  $P0 = new .Integer # better, but ... 

we are moving to use: 

  $P0 = new 'Integer'

Reply via email to