- Made is_class_loaded a little stricter. It was reporting that
a class was loaded if it merely had an @ISA variable in its
stash. Now it checks that the @ISA var has elements in it.
- * Class::MOP
- Deprecate in_global_destruction and subname re-exporting
(perigrin & Sartak)
+
* Class::MOP::Class
- - Explicitly use Devel::GlobalDestruction and Sub::Name (perigrin)
+ - Explicitly use Devel::GlobalDestruction and Sub::Name
+ (perigrin)
+
* Class::MOP::Package
- Disable prototype mismatch warnings for add_package_symbol.
(Florian Ragwitz)