# New Ticket Created by Joshua Isom # Please include the string: [perl #38201] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38201 >
Given the code .sub main :main $N0 = 3.14 $P0 = new .Integer $P0 = $N0 print $P0 print "\n" .end this will print 3.14, not 3. The same occurs if using an S register instead of an N register. This is with the latest revision.