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


my Num $x = 3;
causes a typecheck failure, whereas:

my Num $x = 3.0;

succeeds.

In S02, type Num is defined as "Perl number" which should handle integers
and fixed point notation (as well as a wide variety of other notations).

Stephen Simmons

Reply via email to