[Module-build-checkins] Module-Build Changes,1.357,1.358
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-07-08 01:39:57
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14881 Modified Files: Changes Log Message: Fall back to Pod::Text if Pod::Readme is not installed Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.357 retrieving revision 1.358 diff -u -d -r1.357 -r1.358 --- Changes 8 Jul 2005 01:29:22 -0000 1.357 +++ Changes 8 Jul 2005 01:39:46 -0000 1.358 @@ -26,10 +26,10 @@ places, and help people not to panic when they look at it. [Spotted by Yves] - - We now use Pod::Readme instead of Pod::Text to generate the README - file when the 'create_readme' option is used. The disadvantage is - that it's not a core module, but the advantages are pretty nice. - [Robert Rothenberg] + - We now use Pod::Readme by default (instead of Pod::Text) to + generate the README file when the 'create_readme' option is used. + If Pod::Readme is not installed, we will still fall back to using + Pod::Text. [Robert Rothenberg] - The values of the "prefix", "install_base", "install_path", and "install_dest" parameters can now begin with "~" or "~user", and |