[Module-build-checkins] Module-Build Changes,1.380,1.381
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-09-23 21:37:46
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32393 Modified Files: Changes Log Message: Look for a .pod too when generating README Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.380 retrieving revision 1.381 diff -u -d -r1.380 -r1.381 --- Changes 23 Sep 2005 02:16:08 -0000 1.380 +++ Changes 23 Sep 2005 21:37:38 -0000 1.381 @@ -5,6 +5,10 @@ - Our POD parser will now accept "AUTHORS" as well as "AUTHOR" when looking for the author list in a module. [David Wheeler] + - When looking for the POD to auto-generate a README file, we now + also look for a *.pod with the same name as the *.pm file specified + by 'version_from'. [David Golden] + - The recommended dependency on ExtUtils::ParseXS has been moved into the "C_support" auto_feature. |