package Chi; use strict; use warnings; use parent qw(Par); sub child_method {}; 1;