stas 2004/04/19 14:25:52
Modified: todo release Log: glue_pod is broken Revision Changes Path 1.21 +10 -4 modperl-2.0/todo/release Index: release =================================================================== RCS file: /home/cvs/modperl-2.0/todo/release,v retrieving revision 1.20 retrieving revision 1.21 diff -u -u -r1.20 -r1.21 --- release 2 Apr 2004 02:17:46 -0000 1.20 +++ release 19 Apr 2004 21:25:52 -0000 1.21 @@ -2,10 +2,16 @@ # Things to be resolved for mod_perl 2.0 release # ################################################## -* some autogenerated record accessors shouldn't be get/set but only get (e.g. - Apache->server->is_virtual(1) is wrong). Need to add a new flag supported by - MapUtil and map files, where we can say which accessors should be read-only - owner: stas +* it looks like glue_pod is not working anymore, consider dropping it + completely and simply install .pod files along with .pm ones. In + which case we need to arrange for Makefile.PL to traverse into + docs/api/ and grab those pod files. See how the Template package + does that. + +* some autogenerated record accessors shouldn't be get/set but only + get (e.g. Apache->server->is_virtual(1) is wrong). Need to add a new + flag supported by MapUtil and map files, where we can say which + accessors should be read-only owner: stas * Apache::{Server,Process} classes: require mutex lock for writing (e.g. $s->(error_fname|error_log)