[Module-build-checkins] Module-Build Changes,1.399,1.400
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-11-29 05:03:17
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16078 Modified Files: Changes Log Message: Handle some YAML escaping better Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.399 retrieving revision 1.400 diff -u -d -r1.399 -r1.400 --- Changes 27 Nov 2005 02:53:30 -0000 1.399 +++ Changes 29 Nov 2005 05:03:09 -0000 1.400 @@ -11,6 +11,10 @@ list of all prerequisites, the versions required, and the versions actually installed. [David Wheeler] + - Fixed a bug when creating the META.yml file without the help of + YAML.pm - some common strings weren't quoted & escaped properly. + Now only some uncommon ones are. [Spotted by Joshua ben Jore] + - Added an "Examples on CPAN" section to the cookbook, with an initial entry pointing to John Peacock's SVN-Notify-Mirror distribution. |