Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8908
Modified Files:
Tag: release-0_26_branch
Changes
Log Message:
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.299.2.21
retrieving revision 1.299.2.22
diff -C2 -d -r1.299.2.21 -r1.299.2.22
*** Changes 12 Dec 2004 04:09:42 -0000 1.299.2.21
--- Changes 13 Dec 2004 04:39:34 -0000 1.299.2.22
***************
*** 7,10 ****
--- 7,16 ----
aren't part of the default compiled-in @INC. [Michael Schwern]
+ - The run_perl_script() method will now propagate any extra entries
+ in @INC (such as those added by "use lib" or the -I command-line
+ switch) to the subprocess. This helps situations in which you want
+ to tell the subprocess where to find a certain module, for
+ instance. [Michael Schwern]
+
0.2606 (Bug fix for 0.26) Tue Dec 7 22:33:11 CST 2004
|