http://www.perlmonks.org?node_id=379401


in reply to Failing inheritance or what can make a Child disinherited ?

Based on your error message:

Undefined subroutine &Child::testSign called at program.t line nnn.

I would have to say that you are NOT calling it as a method. When i try calling a non-existant method, i get an error like:

Can't locate object method "junk" via package PACKAGE_NAME