Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12342
Modified Files:
Tag: release-0_26_branch
Changes
Log Message:
Use -I instead of PERL5LIB in run_perl_script()
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.299.2.29
retrieving revision 1.299.2.30
diff -u -d -r1.299.2.29 -r1.299.2.30
--- Changes 10 Jan 2005 01:03:21 -0000 1.299.2.29
+++ Changes 24 Jan 2005 03:50:16 -0000 1.299.2.30
@@ -22,6 +22,9 @@
out Test::Harness' added nonsensical @INC entries before we call it
again. [assisted by Ville Skytta, David Golden, & Randy Sims]
+ - Killed an infinite loop that would happen in y_n() in interactive
+ mode if the author provided no default value. [Max Maischein]
+
0.2607 (Bug fix release in 0.26 series) Sat Dec 18 14:14:09 CST 2004
- Instead of freezing @INC in the 'Build' script to the value it had
|