package Employee;
use strict;
use warnings;

use base qw(PersonWithTitle);

1;
