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


Currently when invoking a non-existent method on an object,
the exception that is thrown reads:

    Method 'get_scalar' not found

The error message would be much more helpful if it could also
indicate the class of the invocant:

    Method 'get_scalar' not found for 'ResizablePMCArray' invocant

Pm

Reply via email to