pub fn get_class_binding_names() -> Vec<&'static str>Expand description
Filtered view of get_binding_names() returning ONLY class names
(without .cls suffix). Used by load_class for Perl’s prefix-match
fallback (Package.pm L2702-2706). Returns a flat Vec<&str> rather
than per-crate slices — callers that need to preserve crate boundaries
should iterate get_binding_names() directly.