Changelogging.
Florian Ragwitz [Fri, 17 Oct 2008 04:03:36 +0000 (04:03 +0000)]
Changes

diff --git a/Changes b/Changes
index 98c2eef..9f311e5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension Class-MOP.
 
+    * Class::MOP
+      - Make load_class require by file name instead of module name.
+        This stops confusing error messages when loading '__PACKAGE__'.
+        (Florian Ragwitz)
+
 0.67 Tue October 14, 2008
     * Class::MOP::Class
       - Call a method on the class after setting the superclass list