[Module-build-checkins] Module-Build Changes,1.322,1.323
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2004-12-27 04:30:10
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21258 Modified Files: Changes Log Message: Let a couple HTML-building params be overridable Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.322 retrieving revision 1.323 diff -C2 -d -r1.322 -r1.323 *** Changes 26 Dec 2004 05:10:37 -0000 1.322 --- Changes 27 Dec 2004 04:30:01 -0000 1.323 *************** *** 60,63 **** --- 60,67 ---- - Eliminated an undefined-variable warning when testing under perl 5.005 + - When building HTML documentation, 'html_backlink' and 'html_css' + properties are now first-class properties, so they can be set from + the command line. [Suggested by Sagar R. Shah] + - Have script_files default to everything in bin. I believe this is the least surprising behavior. [Suggested by Michael Schwern] |