Don't reimplement parts of get_all_package_symbols in is_class_loaded.
authorFlorian Ragwitz <rafl@debian.org>
Mon, 9 Mar 2009 22:03:20 +0000 (23:03 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Mon, 9 Mar 2009 22:05:59 +0000 (23:05 +0100)
commit2a2586a9ec73a7a612bb5a3ad1d8cebdbd224928
tree2dca8e7610ee767549d553849d3eb3db423a9e18
parent860f85abed70a4947fb698784aa94252324d770d
Don't reimplement parts of get_all_package_symbols in is_class_loaded.

This makes a failing test pass, but also makes is_class_loaded quite a bit
slower. get_all_package_symbols needs refactoring to allow returning after it
found at least one symbol that matches the filter.
MOP.xs