Commit info for scoop/etc:

Modified Files:
      Tag: CURRENT
	startup.pl 
Log Message:
More CURRENT only stuff. Adding the SOAP and IPC modules to the tree. They're
commented out in startup.pl, though, so if you want to test them out, you'll
need to uncomment them. -j



Index: startup.pl
===================================================================
RCS file: /cvs/scoop/scoop/etc/startup.pl,v
retrieving revision 1.63.2.1
retrieving revision 1.63.2.2
diff -r1.63.2.1 -r1.63.2.2
87a88,91
> # For IPC and SOAP stuff
> #use RPC::XML qw();
> #use RPC::XML::Parser qw();
> #use Socket;
172a177,183
> 
> # Comping Soon: IPC stuff. The modules are in the tree now, but commented out.
> # If you want to test them out, uncomment these lines.
> # Don't forget to uncomment the modules they use above!
> # use Scoop::IPC;
> # use Scoop::SOAP;
> # use Scoop::IPC::SIIP;