[Module-build-checkins] Module-Build Changes,1.299.2.20,1.299.2.21
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2004-12-12 04:09:54
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6398 Modified Files: Tag: release-0_26_branch Changes Log Message: Just add necessary dirs to @INC in Build, don't set wholesale Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.299.2.20 retrieving revision 1.299.2.21 diff -C2 -d -r1.299.2.20 -r1.299.2.21 *** Changes 8 Dec 2004 04:37:06 -0000 1.299.2.20 --- Changes 12 Dec 2004 04:09:42 -0000 1.299.2.21 *************** *** 1,4 **** --- 1,10 ---- Revision history for Perl extension Module::Build. + 0.2607 + + - Instead of freezing @INC in the 'Build' script to the value it had + when Build.PL was run, we now just add those additional values that + aren't part of the default compiled-in @INC. [Michael Schwern] + 0.2606 (Bug fix for 0.26) Tue Dec 7 22:33:11 CST 2004 |