in reply to Package introspection

@subnames = grep {Test->can($_)} keys %Test::;
Although that gets tricky (both false positives and false negatives) in the face of inheritance. (But then, so does your use of can).