Reword changes entry for clarity
Dave Rolsky [Sat, 10 Apr 2010 22:02:24 +0000 (17:02 -0500)]
Changes

diff --git a/Changes b/Changes
index 778de2a..addc0cb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,10 +9,10 @@ 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. (Chris Weyl, Ævar Arnfjörð Bjarmason)
+  * Use File::Temp for temp files created during tests. Previously, files were
+    written to the t/ dir, which could cause problems of the user running the
+    tests did not have write access to that directory.. (Chris Weyl, Ævar
+    Arnfjörð Bjarmason)
 
   * Pass role arguments along when applying roles to instances. (doy, lsm)