It might be convenient to add an abstract and name
for lib/mod_perl.pm in a pod section, for search.cpan.org
and perhaps some other tools (eg, in generating a ppm
package). This diff:
=========================================================
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
retrieving revision 1.133
diff -u -r1.133 Makefile.PL
--- Makefile.PL 12 Dec 2003 07:14:40 -0000      1.133
+++ Makefile.PL 15 Dec 2003 16:46:22 -0000
@@ -64,6 +64,7 @@
 ModPerl::BuildMM::WriteMakefile(
     NAME      => 'mod_perl',
     VERSION   => $VERSION,
+    ABSTRACT_FROM => 'lib/mod_perl.pm',
     EXE_FILES => [EMAIL PROTECTED],
     DEFINE    => get_DEFINE(),
     macro     => {
Index: lib/mod_perl.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/mod_perl.pm,v
retrieving revision 1.12
diff -u -r1.12 mod_perl.pm
--- lib/mod_perl.pm     10 Nov 2003 21:11:53 -0000      1.12
+++ lib/mod_perl.pm     15 Dec 2003 16:46:22 -0000
@@ -9,3 +9,8 @@

 1;
 __END__
+
+=head1 NAME
+
+mod_perl - Embed a Perl interpreter in the Apache/2.x HTTP server
+
===============================================================
does this, as well as adding an ABSTRACT_FROM attribute
for WriteMakefile.

-- 
best regards,
randy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to