[Module-build-checkins] Module-Build Changes,1.333,1.334
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <si...@us...> - 2005-03-31 03:20:49
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10768 Modified Files: Changes Log Message: Extend prerequisite specifications to apply to all actions. It is now a fatal error if 'requires' or 'conflicts' for a given action are not satisfied, except where necessary for backwards compatability. Also, added options to ignore the fatal errors. Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.333 retrieving revision 1.334 diff -u -d -r1.333 -r1.334 --- Changes 23 Mar 2005 01:31:10 -0000 1.333 +++ Changes 31 Mar 2005 03:20:20 -0000 1.334 @@ -3,6 +3,11 @@ 0.27_01 (Beta for 0.28) + - Extend prerequisite specifications to apply to all actions. It is + now a fatal error if 'requires' or 'conflicts' for a given action + are not satisfied, except where necessary for backwards compatability. + Also, added options to ignore the fatal errors. + - new_from_context() was losing its arguments in some cases (and not because of inadequate training in debate) - we now pass its arguments directly to the Build.PL script rather than merging them |