[Module-build-checkins] Module-Build Changes,1.414,1.415
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2006-01-30 23:14:34
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6089 Modified Files: Changes Log Message: Make notes(key, val) return the new value Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.414 retrieving revision 1.415 diff -u -d -r1.414 -r1.415 --- Changes 24 Jan 2006 03:45:08 -0000 1.414 +++ Changes 30 Jan 2006 23:14:23 -0000 1.415 @@ -1,5 +1,11 @@ Revision history for Perl extension Module::Build. +0.27_07 + + - The notes() method now returns the new value when called with two + arguments, just like when it's called with one argument. [Tyler + MacDonald] + 0.27_06 Mon Jan 23 21:44:54 CST 2006 - Fixed an undefined-variable warning when building the META.yml file |