Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1247
Modified Files:
Changes
Log Message:
Be more resilient on case-tolerant filesystems
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -d -r1.361 -r1.362
--- Changes 15 Jul 2005 12:35:39 -0000 1.361
+++ Changes 16 Jul 2005 03:10:52 -0000 1.362
@@ -1,5 +1,13 @@
Revision history for Perl extension Module::Build.
+0.27_03
+
+ - Fixed an issue on Win32 (and other case-tolerant
+ non-case-preserving systems, possibly like VMS?) in which the
+ current working directory would sometimes be reported with
+ different case, fooling us into thinking that we were in the wrong
+ directory. [David Golden]
+
0.27_02 (Beta for 0.28) Fri Jul 15 07:34:58 CDT 2005
- Provided initial support for the --prefix installation parameter,
|