To-Do List for Mock::Apache
===========================

* implement all API methods
  - implement Apache::File methods
  - implement Apache::Util methods
  - implement Apache::ModuleConfig methods

* implement/emulate libapreq modules
  Apache::Cookie, Apache::Request, Apache::Upload, Apache::libapreq

* get printing from handlers working - probably with a tied filehandle
  appending to $r->{_output}

* printing to stderr should be the same as $r->log_error($message)

* add facility on execute_handler to specify condition for client to
  hang up (e.g. after N calls to method X) - should set $r->{_aborted}

* look at Apache-ConfigParser for parsing configuration files