Help for this page
sub isa { my ($self, $class) = @_; return $self->{delegate}->isa($class); }
if ( UNIVERSAL::isa( $obj, 'Astro::Data::Mythological' ) ) { # whatever }