warn "NCPS::Meets found at $INC{'NCPS/Meets.pm'}\n"; warn "Is NCPS::Meets a subclass of Exporter? ", NCPS::Meets->isa('Exporter') ? "Yes\n" : "No\n"; warn "Can NCPS::Meets export getMeetInfo? ", (0 != grep {$_ eq 'getMeetInfo'} @EXPORT, @EXPORT_OK) ? "Yes\n" : "No\n";