[Module-build-checkins] Module-Build Changes,1.437,1.438
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2006-03-09 16:22:53
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26521 Modified Files: Changes Log Message: Add an 'or die(...)' for an open() Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.437 retrieving revision 1.438 diff -u -d -r1.437 -r1.438 --- Changes 7 Mar 2006 20:59:17 -0000 1.437 +++ Changes 9 Mar 2006 16:22:49 -0000 1.438 @@ -14,6 +14,11 @@ - Added a Cookbook example of subclassing to modify an action. [Dylan Martin and David Golden] + - When building HTML documentation, we were opening the POD file and + not checking whether the open succeeded, which of course caused + problems down the line if it failed. Now we do "or die(...)" like + everywhere else. [Spotted by Joerg Braun] + 0.27_08 Fri Mar 3 21:22:41 CST 2006 - Due to shell quoting issues and differences in syntax between |