From: Dave Rolsky Date: Sat, 10 Apr 2010 22:02:24 +0000 (-0500) Subject: Reword changes entry for clarity X-Git-Tag: 1.02~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6346a9d46b9bf1c5cb3e4f5dcda2ce49fead789a;p=gitmo%2FMoose.git Reword changes entry for clarity --- diff --git a/Changes b/Changes index 778de2a..addc0cb 100644 --- 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)