From ef2a734b8d43b1ba2364ef826f56925f3dcbca62 Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Sun, 30 Dec 2001 01:03:45 +0000 Subject: [PATCH] Checking in a list of things that still need doing. --- webtools/PLIF/TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 webtools/PLIF/TODO diff --git a/webtools/PLIF/TODO b/webtools/PLIF/TODO new file mode 100644 index 00000000000..68ca16a5a1e --- /dev/null +++ b/webtools/PLIF/TODO @@ -0,0 +1,14 @@ +add +__DATA__ +to most service files and then make services, during construction, +call $self->load(), which loads any unloaded __DATA__ blocks in any of +the module's ISA chain. + + +Move PLIF/Service/Components to PLIF/Component +Move PLIF/Service/User* to PLIF/Session/* +Move PLIF/Service/Session.pm to PLIF/Session.pm +Move PLIF/Service/ContactMethods to PLIF/ProtocolHelper/... + + +CGI input needs POST support \ No newline at end of file