~ubuntu-branches/ubuntu/edgy/libapache2-mod-perl2/edgy-updates

« back to all changes in this revision

Viewing changes to todo/features_maybe

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2004-08-19 06:23:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040819062348-jxl4koqbtvgm8v2t
Tags: 1.99.14-4
Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
as we're backing out of the apache2/apr ABI transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
modules:
124
124
-------
125
125
 
126
 
- Apache::Registry should check return value of the subroutine,
127
 
  e.g. for REDIRECT   
128
 
 
129
 
- should Apache::Registry use filename instead of vhost_name+uri?
130
 
 
131
126
- core Apache::SubProcess w/ proper CORE::GLOBAL::{fork,exec} support
132
127
  + currently works only with $] >= 5.007003 (see the
133
128
    apache/subprocess test)
160
155
apache features that would be neat for mod_perl:
161
156
-----------------------------------------------
162
157
 
163
 
- "autoload" hook for configuration directives
 
 
b'\\ No newline at end of file'
 
158
- "autoload" hook for configuration directives
 
159
 
 
160
tools that may help us develop/maintain mp2 
 
161
-------------------------------------------
 
162
- B::Xref
 
163
 
 
164
- gcov: test code coverage
 
165
  http://apr.apache.org/coverage/index.html
 
166
  http://gozer.ectoplasm.org/mod_perl/coverage/report.html
 
167
 
 
168
- valgrind (currently valgrind chokes when running apache, long before
 
169
  we get to mod_perl). I've heard that we could use some special
 
170
  #define controls to tell valgrind where to look and where not.
 
171
 
 
172
- gprof
 
173
 
 
174
- lxr
 
175
 
 
176
- tinderbox
 
177
 
 
178