stas 2003/03/13 18:23:56
Modified: todo utils.txt Log: log the idea of modperl2doc Revision Changes Path 1.3 +9 -0 modperl-2.0/todo/utils.txt Index: utils.txt =================================================================== RCS file: /home/cvs/modperl-2.0/todo/utils.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- utils.txt 4 Jun 2002 12:37:46 -0000 1.2 +++ utils.txt 14 Mar 2003 02:23:56 -0000 1.3 @@ -1,5 +1,14 @@ a helper tools/utils that we want/need to have: + +- perldoc won't search pods under Apache2/ unless you have a PERL5LIB + with Apache2 dirs. We could provide a custom version of modperl2doc: + + #!/usr/bin/perl + use Apache2; + use Pod::Perldoc; + exit( Pod::Perldoc->run() ); + - Changes files should be autogenerated from cvs logs. [ Ask thinks that's a really bad idea; such logs are rarely