Started refactoring output

This commit is contained in:
Patrick Donelan 2010-04-06 20:56:49 -04:00
parent a866fd10f0
commit 191d4fc401
2 changed files with 12 additions and 20 deletions

1
TODO
View file

@ -1,6 +1,7 @@
TODO
* Deprecate WebGUI::Session::HTTP - replace with WebGUI::Request/Response
* Turn logger into $self->request->env->{'psgi.errors'}->print(join '', @stuff);
* Remove WebGUI::Session::Output
DONE
* $session->request is now a Plack::Request object