ian%hixie.ch d36a91026e Another change that should be done at some point: Move PLIF/DataSource/*/MySQL.pm to PLIF/DataSource/MySQL/*.pm
git-svn-id: svn://10.0.0.236/trunk@113404 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 06:32:17 +00:00

25 lines
760 B
Plaintext

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/...
Move PLIF/DataSource/*/MySQL.pm to PLIF/DataSource/MySQL/*.pm
CGI input needs POST support
Change output system (again) by removing the pointless
dispatch.generic layer. All it does is convert a set of parameters
into a hash labelling those parameters. The callers can do that, it's
just like requiring named arguments.
Need to move default default strings to the PLIF directory