| Store | Cart

[perl #122690] ‘Bareword "%s" refers to non existent package’ should go

From: Father Chrysostomos (via RT) <perl...@perl.org>
Tue, 2 Sep 2014 23:00:22 -0700
# New Ticket Created by  Father Chrysostomos 
# Please include the string:  [perl #122690]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=122690 >


‘Bareword "%s" refers to nonexistent package’

This warning occurs when you do Foo::->bar and Foo is defined later on in the file.  This warning discourages good practice in favour of a more ambiguous syntax (Foo->bar, which could mean Foo()->bar).  Hence, I think it should be deleted.

-- 

Father Chrysostomos

Recent Messages in this Thread
Father Chrysostomos (via RT) Sep 03, 2014 06:00 am
Bo Lindbergh Sep 03, 2014 02:07 pm
Eric Brine Sep 03, 2014 05:59 pm
Messages in this thread