remove strict and warnings from modules that use Moose::Exporter
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 136931c..95013b6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,18 +1,30 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
-0.77
+0.78
+    * Moose::Exporter
+      - Make Moose::Exporter import strict and warnings into packages
+        that use it (doy)
+
+0.77 Sat, May 2, 2009
     * Moose::Meta::Role
-      - Add Explicit use of Devel::GlobalDestruction and Sub::Name (perigrin)
+      - Add explicit use of Devel::GlobalDestruction and Sub::Name
+        (perigrin)
 
     * Moose::Object
-      - pass a boolean to DEMOLISHALL and DEMOLISH indicating whether or not
-        we are currently in global destruction (doy)
-      - Add Explicit use of Devel::GlobalDestruction and Sub::Name (perigrin)
+      - Pass a boolean to DEMOLISHALL and DEMOLISH indicating whether
+        or not we are currently in global destruction (doy)
+      - Add explicit use of Devel::GlobalDestruction and Sub::Name
+        (perigrin)
 
     * Moose::Cookbook::FAQ
-      - Reworked much of the existing content to be more useful to modern
-        Moose hackers (Sartak)
+      - Reworked much of the existing content to be more useful to
+        modern Moose hackers (Sartak)
+
+    * Makefile.PL
+      - Depend on Class::MOP 0.83 instead of 0.82_01. It seems that if
+        we use a dev version number there CPAN.pm will not follow the
+        dependency.
 
 0.76 Mon, April 27, 2009
     * Moose::Meta::TypeConstraint