| Newsgroups |
perl.cvs.mod_parrot |
| Message-ID |
<[email protected]> |
cvsuser 01/12/01 22:02:43
Added: . TODO
Log:
todo list
Revision Changes Path
1.1 mod_parrot/TODO
Index: TODO
===================================================================
- instead of patching core_ops, figure out how custom ops work, and
create a set of mod_parrot custom ops for the important apache
functions.
- look at how mod_perl stores the request object and makes it
availalbe to perl code. (I'm pretty sure it encapsulates the Apache
request pointer into a parrot object.. maybe even just as a SV or PV.)