Describe bcbb2654 and e82d8944 in Changes
Ævar Arnfjörð Bjarmason [Tue, 6 Apr 2010 13:30:18 +0000 (13:30 +0000)]
Changes

diff --git a/Changes b/Changes
index baf1bb0..9a8fc8a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,6 +9,14 @@ for, noteworthy changes.
   * Make Moose::Meta::TypeConstraint::Class correctly reject RegexpRefs.
     (Florian Ragwitz)
 
+  * Don't write temporary files in t/, rather use File::Temp to create
+    a temporary directory. This caused an issue for anyone running the
+    Moose tests with user that didn't have permission to write to the
+    t/ directory.
+
+    Implemented by the Fedora perl-Moose package maintainer Chris
+    Weyl, integrated by Ævar Arnfjörð Bjarmason.
+
 1.01 Fri, Mar 26, 2010
 
   [NEW FEATURES]