sub new { my $type = shift; my $self = Bar->new; $self->{'biz'} = 11; bless $self, $type; }