fix url in POD for meta-model
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index e0d6077..f7d39fb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,15 +1,13 @@
 Revision history for Perl extension Class-MOP.
 
-0.92
+0.92 Thu Aug 13, 2009
     * Class::MOP::Class
     * Class::MOP::Package
-      - Move get_method_map and its various scaffolding into
-        Package. (hdp)
+      - Move get_method_map and its various scaffolding into Package. (hdp)
 
     * Class::MOP::Method
-      - Allow Class::MOP::Method->wrap to take a Class::MOP::Method
-        object as the first argument, rather than just a
-        coderef. (doy)
+      - Allow Class::MOP::Method->wrap to take a Class::MOP::Method object as
+        the first argument, rather than just a coderef. (doy)
 
     * Class::MOP::Attribute
     * Class::MOP::Class