in reply to $SIG{ALRM} with a class method

you could try
$SIG{ALRM} = sub { $obj->funcName; };
definitely untested, maybe unintelligent...