# New Ticket Created by  Tobias Leich 
# Please include the string:  [perl #124400]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=124400 >


'0.0' ~~ 0 ^..^ 1 # True
 0.0  ~~ 0 ^..^ 1 # False

'1.0' ~~ 0 .. 1 # False
 1.0  ~~ 0 .. 1 # True

Reply via email to