stas 2003/12/01 11:08:46
Modified: todo utils.txt Log: mp2doc is already implemented Revision Changes Path 1.4 +0 -9 modperl-2.0/todo/utils.txt Index: utils.txt =================================================================== RCS file: /home/cvs/modperl-2.0/todo/utils.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -u -r1.3 -r1.4 --- utils.txt 14 Mar 2003 02:23:56 -0000 1.3 +++ utils.txt 1 Dec 2003 19:08:46 -0000 1.4 @@ -1,14 +1,5 @@ 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