[Module-build-checkins] Module-Build Changes,1.299.2.11,1.299.2.12
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2004-11-20 04:29:31
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2977 Modified Files: Tag: release-0_26_branch Changes Log Message: Allow zero-length hash-parameter values Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.299.2.11 retrieving revision 1.299.2.12 diff -C2 -d -r1.299.2.11 -r1.299.2.12 *** Changes 17 Nov 2004 20:33:10 -0000 1.299.2.11 --- Changes 20 Nov 2004 04:29:15 -0000 1.299.2.12 *************** *** 1,4 **** --- 1,9 ---- Revision history for Perl extension Module::Build. + 0.2605 + + - Fixed a bug in which zero-length arguments for hash-valued + parameters (e.g. "--config foo=bar") weren't being allowed. + 0.2604 Wed Nov 17 14:32:42 CST 2004 |