Author: ericwilhelm
Date: Wed Jul 9 15:22:30 2008
New Revision: 11506
Modified:
Module-Build/trunk/Changes
Log:
Changes - note last changeset
Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes (original)
+++ Module-Build/trunk/Changes Wed Jul 9 15:22:30 2008
@@ -1,5 +1,9 @@
Revision history for Perl extension Module::Build.
+ - Fixed getcwd()/rmtree() failure case on 5.10+mac where something is
+ unhappy about all of the tests deleting their distgen directory
+ before leaving it. [Eric Wilhelm & David Wheeler]
+
- Improved support for parsing qv() in modules' $VERSION
declarations, and made $VERSION-parsing errors more verbose. [Jos
Boumans]