use Carp qw(croak) # in your overrided method: eval { # call SUPER method here } if ($@){ croak($@); }