[Module-build-checkins] Module-Build Changes,1.299.2.47,1.299.2.48
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-06-09 23:27:26
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3760 Modified Files: Tag: release-0_26_branch Changes Log Message: Backport the build_class stuff Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.299.2.47 retrieving revision 1.299.2.48 diff -u -d -r1.299.2.47 -r1.299.2.48 --- Changes 3 Jun 2005 16:39:50 -0000 1.299.2.47 +++ Changes 9 Jun 2005 23:27:16 -0000 1.299.2.48 @@ -5,6 +5,11 @@ - Fix the output of an informational message that we output when changing the 'shebang line' in installable scripts. [Robin Barker] + - Backported a change from the 0.27_xx branch that keeps track of any + custom Module::Build subclass that might have been created in the + Build.PL script, so that we can reinstantiate the right class in + new_from_context(). [Requested by Jos Boumans] + 0.2610 Fri Apr 15 08:25:01 CDT 2005 - new_from_context() was losing its arguments in some cases (and not |