Changes formatting tweaks
Dave Rolsky [Fri, 8 May 2009 02:43:14 +0000 (21:43 -0500)]
Changes

diff --git a/Changes b/Changes
index 74b5362..2879542 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,11 +4,13 @@ Revision history for Perl extension 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
-      - 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)