Randy Kobes wrote:
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 => \@exe_files,
DEFINE => get_DEFINE(),
macro => {
I'd realign the rest of the keys to keep it neat ;)
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.
Hehe, felt like deja vu ;)
http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=102999905111651&w=2
The whole thread is here:
http://marc.theaimsgroup.com/?t=102998850700002&r=1&w=2
I can't remember why wasn't it applied back then. I think I was planning to
add docs/api/mod_perl.pod... but please go ahead and commit it.
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas@xxxxxxxxxx http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com
|