[Module-build-checkins] Module-Build Changes,1.335,1.336
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-04-10 17:47:10
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26483 Modified Files: Changes Log Message: add meta_add and meta_merge mechanisms Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.335 retrieving revision 1.336 diff -u -d -r1.335 -r1.336 --- Changes 31 Mar 2005 04:48:13 -0000 1.335 +++ Changes 10 Apr 2005 17:46:45 -0000 1.336 @@ -3,6 +3,9 @@ 0.27_01 (Beta for 0.28) + - Added the meta_add and meta_merge mechanisms, which let the module + author add/merge arbitrary entries into the META.yml file. + - Now reads per-action default options from '$ENV{HOME}/.modulebuildrc' if it exists. Commandline options override anything set in the rc file. |