[Module-build-checkins] Module-Build Changes,1.299.2.41,1.299.2.42
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-03-18 16:23:53
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9005 Modified Files: Tag: release-0_26_branch Changes Log Message: Integrate from mainline (was overlooked for the last release) Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.299.2.41 retrieving revision 1.299.2.42 diff -u -d -r1.299.2.41 -r1.299.2.42 --- Changes 17 Mar 2005 04:18:53 -0000 1.299.2.41 +++ Changes 18 Mar 2005 16:22:57 -0000 1.299.2.42 @@ -1,5 +1,16 @@ Revision history for Perl extension Module::Build. +0.2610 + + - 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 + in afterwards. [Ray Zimmerman] + + - Fixed a bug in which config_data and feature data were being + forgotten and no ConfigData.pm module would get written. [Ray + Zimmerman] + 0.2609 Wed Mar 16 22:18:35 CST 2005 - The html docs that were created during the first invokation of |