Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16061
Modified Files:
Tag: release-0_26_branch
Changes
Log Message:
Set $^X to find_perl_interpreter() in the Build script
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.299.2.32
retrieving revision 1.299.2.33
diff -u -d -r1.299.2.32 -r1.299.2.33
--- Changes 27 Jan 2005 01:46:34 -0000 1.299.2.32
+++ Changes 6 Feb 2005 13:26:16 -0000 1.299.2.33
@@ -1,5 +1,16 @@
Revision history for Perl extension Module::Build.
+0.2609
+
+ - On some Unix platforms (BSD derivatives, mostly) perl's $^X
+ variable isn't set to the full path of the perl executable, just
+ 'perl', when the 'Build' script is run as './Build' and not 'perl
+ ./Build'. This can lead to some other modules (maybe
+ Test::Harness, maybe IO::File, I dunno...) getting very confused
+ about where they are, and they try to load stuff from the wrong
+ perl lib, and big trouble ensues. To fix this, we now set $^X to
+ the value of Module::Build->find_perl_interpreter().
+
0.2608 Wed Jan 26 19:46:09 CST 2005
- Add workaround for test files because Devel::Cover causes
|