Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1257
Modified Files:
Tag: release-0_26_branch
Changes
Log Message:
Use a different directory for compiler-probing
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.299.2.49
retrieving revision 1.299.2.50
diff -u -d -r1.299.2.49 -r1.299.2.50
--- Changes 14 Jun 2005 03:23:56 -0000 1.299.2.49
+++ Changes 28 Aug 2005 15:04:44 -0000 1.299.2.50
@@ -1,5 +1,11 @@
Revision history for Perl extension Module::Build.
+0.2612
+
+ - We now use File::Spec->tmpdir rather than the local _build/
+ directory when checking for a C compiler, because sometimes the
+ latter doesn't exist (yet). [Jerry D. Hedden]
+
0.2611 Mon Jun 13 22:22:53 CDT 2005
- Fix the output of an informational message that we output when
|