Update of /cvsroot/module-build/Module-Build/lib/Module/Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17193/lib/Module/Build
Modified Files:
Authoring.pod
Log Message:
Fix broken section links.
Index: Authoring.pod
===================================================================
RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Authoring.pod,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Authoring.pod 15 Nov 2005 09:49:48 -0000 1.21
+++ Authoring.pod 15 Nov 2005 22:37:50 -0000 1.22
@@ -178,7 +178,7 @@
the body of installed modules, and facilitates correct dependency
checking on binary/packaged distributions of the module.
-See the documentation for L<PREREQUISITES> for the details of how
+See the documentation for L<"PREREQUISITES"> for the details of how
requirements can be specified.
=item c_source
@@ -196,7 +196,7 @@
refuse to install the given module if the given module/version is also
installed.
-See the documentation for L<PREREQUISITES> for the details of how
+See the documentation for L<"PREREQUISITES"> for the details of how
requirements can be specified.
=item create_makefile_pl
@@ -579,7 +579,7 @@
modules aren't installed, and it should offer to install them if it
wants to be helpful.
-See the documentation for L<PREREQUISITES> for the details of how
+See the documentation for L<"PREREQUISITES"> for the details of how
requirements can be specified.
=item requires
@@ -602,7 +602,7 @@
preferred, but the C<prereq> term will remain valid in future
distributions.
-See the documentation for L<PREREQUISITES> for the details of how
+See the documentation for L<"PREREQUISITES"> for the details of how
requirements can be specified.
=item script_files
|