From: Dave Rolsky <autarch@urth.org>
Date: Mon, 23 Aug 2010 13:13:29 +0000 (-0500)
Subject: Changes for 1.06
X-Git-Tag: 1.06~4
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=511d8db8ed5c1b663008d7c31a2fa6b96ce50c0e;p=gitmo%2FClass-MOP.git

Changes for 1.06
---

diff --git a/Changes b/Changes
index d5485d9..fbbc765 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
 Revision history for Perl extension Class-MOP.
 
+1.06 Sun, Aug 23, 2010
+
+  [BUG FIXES]
+
+  * Version 1.05 no longer reported constants as methods, except with Perl
+    5.8.x, and doing so in 5.8.x caused test failures. Constants are now
+    _expected_ to be reported as methods, and this is tested for
+    explicit. (Dave Rolsky)
+
+
 1.05 Sun, Aug 22, 2010
 
   [ENHANCEMENTS]