Author: kwilliams
Date: Fri Nov 24 14:06:40 2006
New Revision: 8104
Modified:
Module-Build/trunk/Changes
Module-Build/trunk/lib/Module/Build.pm
Log:
Fix broken link
Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes (original)
+++ Module-Build/trunk/Changes Fri Nov 24 14:06:40 2006
@@ -2,6 +2,9 @@
0.2806
+ - Fixed a broken link in the documentation about PREFIX. [Spotted by
+ David Steinbrunner]
+
- Changes to do_system() & friends on VMS to get system calls working
much better there. [Craig Berry]
Modified: Module-Build/trunk/lib/Module/Build.pm
==============================================================================
--- Module-Build/trunk/lib/Module/Build.pm (original)
+++ Module-Build/trunk/lib/Module/Build.pm Fri Nov 24 14:06:40 2006
@@ -853,8 +853,7 @@
libhtml => /home/ken/html
Note that this is I<different> from how MakeMaker's C<PREFIX>
-parameter works. See L</"Why PREFIX is not recommended"> for more
-details. C<install_base> just gives you a default layout under the
+parameter works. C<install_base> just gives you a default layout under the
directory you specify, which may have little to do with the
C<installdirs=site> layout.