[Module-build-checkins] Module-Build/lib/Module Build.pm,1.201,1.202
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2005-11-21 03:36:20
|
Update of /cvsroot/module-build/Module-Build/lib/Module In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28763/lib/Module Modified Files: Build.pm Log Message: Support for level 3 and level 4 headings are not supported by all Pod modules, notably the modules we use for create_readme. Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v retrieving revision 1.201 retrieving revision 1.202 diff -u -d -r1.201 -r1.202 --- Build.pm 17 Nov 2005 01:38:06 -0000 1.201 +++ Build.pm 21 Nov 2005 03:36:13 -0000 1.202 @@ -806,7 +806,9 @@ C<PREFIX>'s worldview. -=head3 Why PREFIX is not recommended +=over 4 + +=item Why PREFIX is not recommended =over 4 @@ -856,7 +858,7 @@ =back -=head3 Alternatives to PREFIX +=item Alternatives to PREFIX Module::Build offers L</install_base> as a simple, predictable, and user-configurable alternative to ExtUtils::MakeMaker's C<PREFIX>. @@ -890,6 +892,8 @@ See L</INSTALL PATHS> for details on other installation options available and how to configure them. +=back + =head1 MOTIVATIONS |