X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=74b53625607bd4f6ef729d68c3b8085f57b8160c;hb=d9d8a21bcb3f199ef18e4e46e4438189cc0574f7;hp=73828c569a6ebfae1c0faad1b975b4879b93bd43;hpb=10a5dddd7fbaa278abe6fd88305c5c055516787b;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 73828c5..74b5362 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ Revision history for Perl extension Class-MOP. * Class::MOP + - 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