Make it clear you should use MRO::Compat not this
[gitmo/Class-C3.git] / ChangeLog
index f9b91ba..48d765e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 Revision history for Perl extension Class::C3.
 
+    - Add note that people should be using MRO::Compat rather than
+      Class::C3 directly.
+
+0.21 Wed, Mar 25, 2009
+    - Remove fake Build.PL. Module::Install doesn't support that anymore.
+      (Florian Ragwitz)
+    - Stop using auto_instal in Makefile.PL. Its use is strongly discouraged.
+      (Closes RT#38051, RT#44541) (Simon Bertrang)
+
 0.20 Mon, Dec 8, 2008
     - Prevent redefined warnings when Class::C3 is loaded explicitly after
       MRO::Compat has been loaded. Also add tests for this.