From: Sam H. v. a. <we...@ma...> - 2007-10-02 18:56:17
|
Log Message: ----------- ...but don't require podpp Modified Files: -------------- admintools: ww-make-docs Revision Data ------------- Index: ww-make-docs =================================================================== RCS file: /webwork/cvs/system/admintools/ww-make-docs,v retrieving revision 1.5 retrieving revision 1.6 diff -Lww-make-docs -Lww-make-docs -u -r1.5 -r1.6 --- ww-make-docs +++ ww-make-docs @@ -10,7 +10,7 @@ use IO::File; use Pod::Find qw(pod_find simplify_name contains_pod); use Pod::Html; -use Pod::PP; +#use Pod::PP; use POSIX qw(strftime); use Data::Dumper; |