From: Florian Ragwitz <rafl@debian.org>
Date: Wed, 11 Mar 2009 19:47:08 +0000 (+0100)
Subject: Changelogging.
X-Git-Tag: 0.78_01~59
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ef7d3a1dd5a8ad74b3c8a1beaad10e70b650d381;p=gitmo%2FClass-MOP.git

Changelogging.
---

diff --git a/Changes b/Changes
index 0237a0d..f7b7c12 100644
--- a/Changes
+++ b/Changes
@@ -19,11 +19,16 @@ Revision history for Perl extension Class-MOP.
         still being compiled (Florian Ragwitz).
         - Add tests for this (Florian Ragwitz).
       - Prefix all public symbols with "mop_" (Florian Ragwitz).
+      - Clean up and simplify prehashing of hash keys (Florian Ragwitz).
+      - Simplify creating simple xs reader methods (Florian Ragwitz).
 
     * Tests
       - Remove optional test plans for tests depending on Sub::Name as
         we have a hard dependency on Sub::Name anyway (Florian Ragwitz).
 
+    * Makefile.PL
+      - Rebuild all c code if mop.h has changed (Florian Ragwitz)
+
 0.78 Mon, February 23, 2009
     * No changes from 0.77_01