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


d...@hermes:~/rakudo$ grep -nr 'Use of uninitalized value in numeric
context' src/*
src/core/Any.pm:12:        # fail "Use of uninitalized value in
numeric context";
src/core/Any.pm:13:        note "Use of uninitalized value in numeric context";
src/gen/core.pm:985:        # fail "Use of uninitalized value in
numeric context";
src/gen/core.pm:986:        note "Use of uninitalized value in numeric context";
src/gen/core.pir:45774:    assign $P4920, "Use of uninitalized value
in numeric context"

The correct spelling is 'uninitialized'.

Reply via email to