[Module-build-checkins] Module-Build Changes,1.328,1.329
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2005-01-24 22:00:39
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22921 Modified Files: Changes Log Message: Added new method Module::Build::prepare_metadata() for authors to override in order to add custom fields to META.yml. Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.328 retrieving revision 1.329 diff -u -d -r1.328 -r1.329 --- Changes 22 Jan 2005 02:00:20 -0000 1.328 +++ Changes 24 Jan 2005 22:00:18 -0000 1.329 @@ -3,6 +3,9 @@ 0.27_01 (Beta for 0.28) + - Added new method Module::Build::prepare_metadata() for authors to + override in order to add custom fields to META.yml. + - Refactored methods relating to parsing perl module files for package, version, and pod data into a new class: Module::Build::ModuleInfo. |