[Module-build-checkins] Module-Build Changes,1.349,1.350
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-06-13 21:33:35
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17858 Modified Files: Changes Log Message: Memoize _default_INC Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.349 retrieving revision 1.350 diff -u -d -r1.349 -r1.350 --- Changes 9 Jun 2005 11:45:17 -0000 1.349 +++ Changes 13 Jun 2005 21:33:26 -0000 1.350 @@ -43,6 +43,9 @@ of trying to find the home directory, because $ENV{HOME} isn't a very cross-platform variable. [Robert Rothenberg] + - We now memoize the output of the internal _default_INC() method, + since it uses backticks and might be kind of slow. + 0.27_01 (Beta for 0.28) Fri Apr 15 21:12:57 CDT 2005 Backward-incompatible (but better) changes: |