From: Matt S Trout <mst@shadowcat.co.uk>
Date: Tue, 5 Feb 2013 23:45:42 +0000 (+0000)
Subject: changelog _install_coderef fix
X-Git-Tag: v1.000008~13
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c22aa176dfa2e4c92d46b5e27f1ba1bb552a249;p=gitmo%2FMoo.git

changelog _install_coderef fix
---

diff --git a/Changes b/Changes
index 7eab783..32aac77 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+  - Fix loading order bug that results in _install_coderef being treated
+    as indirect object notation
+
 1.000007 - 2012-12-15
   - Correctly handle methods dragged along by role composition
   - Die if Moo and Moo::Role are imported into the same package