From: Karen Etheridge <ether@cpan.org>
Date: Tue, 26 Mar 2013 16:36:40 +0000 (-0700)
Subject: changelog for patches - RT#84011
X-Git-Tag: v1.003016~6^2
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=20455ef78039559242662da4fd67cf912fbd3bae;p=p5sagit%2FDevel-REPL.git

changelog for patches - RT#84011
---

diff --git a/Changes b/Changes
index 0b96bf7..85a8f89 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Devel-REPL
 
+  - make all plugins load again by using native traits (thanks, Zaki Mughal!)
+    (RT#84011)
+
 1.003015 - 2013-03-01
   - fix "Attempt to use reference as lvalue in substr" warning on perl 5.16
     (thanks, ilmari!)