init commit
authorUri Guttman <uri@cpan.org>
Fri, 5 Dec 2008 01:34:29 +0000 (20:34 -0500)
committerUri Guttman <uri@cpan.org>
Fri, 5 Dec 2008 01:34:29 +0000 (20:34 -0500)
commit4536f6551e07988483a419d1094bdbe80a77b322
treea4de3bba011685e70f527587c0353f9ea4d5f28a
init commit
174 files changed:
Build.PL [new file with mode: 0644]
BuildStem.pm [new file with mode: 0644]
CHANGELOG [new file with mode: 0644]
COPYING [new file with mode: 0644]
CREDITS [new file with mode: 0644]
Cookbook/World1.pm [new file with mode: 0644]
Cookbook/World2.pm [new file with mode: 0644]
Cookbook/World3.pm [new file with mode: 0644]
Cookbook/World4.pm [new file with mode: 0644]
Cookbook/World5.pm [new file with mode: 0644]
Cookbook/cookbook.txt [new file with mode: 0644]
Cookbook/worlds.stem [new file with mode: 0644]
DEMO [new file with mode: 0644]
DEMO_CHAT [new file with mode: 0644]
DEMO_INETD [new file with mode: 0644]
DEMO_TAIL [new file with mode: 0644]
Design/Stem-Mon [new file with mode: 0644]
Design/arch_notes [new file with mode: 0644]
Design/asyncio_notes [new file with mode: 0644]
Design/cell_notes [new file with mode: 0644]
Design/config_notes [new file with mode: 0644]
Design/console_notes [new file with mode: 0644]
Design/cron_notes [new file with mode: 0644]
Design/debug_notes [new file with mode: 0644]
Design/env_notes [new file with mode: 0644]
Design/event_notes [new file with mode: 0644]
Design/id_notes [new file with mode: 0644]
Design/index [new file with mode: 0644]
Design/log_notes [new file with mode: 0644]
Design/logtail_notes [new file with mode: 0644]
Design/message_notes [new file with mode: 0644]
Design/portal_notes [new file with mode: 0644]
Design/proc_notes [new file with mode: 0644]
Design/registry_notes [new file with mode: 0644]
Design/security_notes [new file with mode: 0644]
Design/sock_msg_notes [new file with mode: 0644]
Design/socket_notes [new file with mode: 0644]
Design/switch_notes [new file with mode: 0644]
Doc/FAQ.txt [new file with mode: 0644]
Doc/HISTORY-2001 [new file with mode: 0644]
FAQ/faq.text [new file with mode: 0644]
FAQ/faq_maker.pl [new file with mode: 0644]
INSTALL [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
META.yml [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
bin/boot_stem [new file with mode: 0755]
bin/cgi2stem.pl [new file with mode: 0755]
bin/chat2_demo [new file with mode: 0755]
bin/chat_demo [new file with mode: 0755]
bin/cli [new file with mode: 0644]
bin/hello_demo [new file with mode: 0644]
bin/inetd_demo [new file with mode: 0755]
bin/quote_serve [new file with mode: 0755]
bin/run_stem [new file with mode: 0755]
bin/stem2pod [new file with mode: 0755]
bin/stem_msg [new file with mode: 0755]
bin/tail_demo [new file with mode: 0755]
certs/client-cert.pem [new file with mode: 0644]
certs/client-key.enc [new file with mode: 0644]
certs/client-key.pem [new file with mode: 0644]
certs/my-ca.pem [new file with mode: 0644]
certs/server-cert.pem [new file with mode: 0644]
certs/server-key.enc [new file with mode: 0644]
certs/server-key.pem [new file with mode: 0644]
certs/test-ca.pem [new file with mode: 0644]
conf/archive.stem [new file with mode: 0644]
conf/boot.stem [new file with mode: 0644]
conf/chat.stem [new file with mode: 0644]
conf/chat_client.stem [new file with mode: 0644]
conf/chat_label.stem [new file with mode: 0644]
conf/chat_server.stem [new file with mode: 0644]
conf/cli.stem [new file with mode: 0644]
conf/cron.stem [new file with mode: 0644]
conf/hello.stem [new file with mode: 0644]
conf/hello_client.stem [new file with mode: 0644]
conf/hello_server.stem [new file with mode: 0644]
conf/hello_shell.stem [new file with mode: 0644]
conf/hello_yaml.stem [new file with mode: 0644]
conf/inetd.stem [new file with mode: 0644]
conf/load_driver.stem [new file with mode: 0644]
conf/load_echo.stem [new file with mode: 0644]
conf/monitor.stem [new file with mode: 0644]
conf/proc.stem [new file with mode: 0644]
conf/slave.stem [new file with mode: 0644]
conf/tail.stem [new file with mode: 0644]
conf/test_flow.stem [new file with mode: 0644]
conf/test_packet_io.stem [new file with mode: 0644]
conf/test_udp.stem [new file with mode: 0644]
conf/ticker.stem [new file with mode: 0644]
conf/ttysock.stem [new file with mode: 0644]
conf/type.stem [new file with mode: 0644]
extras/sirc-2.211.tar.gz [new file with mode: 0644]
lib/Stem.pm [new file with mode: 0644]
lib/Stem/AsyncIO.pm [new file with mode: 0644]
lib/Stem/Boot.pm [new file with mode: 0644]
lib/Stem/Cell.pm [new file with mode: 0644]
lib/Stem/Cell/Clone.pm [new file with mode: 0644]
lib/Stem/Cell/Flow.pm [new file with mode: 0644]
lib/Stem/Cell/Pipe.pm [new file with mode: 0644]
lib/Stem/Cell/Sequence.pm [new file with mode: 0644]
lib/Stem/Cell/Work.pm [new file with mode: 0644]
lib/Stem/ChatLabel.pm [new file with mode: 0644]
lib/Stem/Class.pm [new file with mode: 0644]
lib/Stem/Codec.pm [new file with mode: 0644]
lib/Stem/Codec/Data/Dumper.pm [new file with mode: 0644]
lib/Stem/Codec/Storable.pm [new file with mode: 0644]
lib/Stem/Codec/YAML.pm [new file with mode: 0644]
lib/Stem/Conf.pm [new file with mode: 0644]
lib/Stem/Console.pm [new file with mode: 0644]
lib/Stem/Cron.pm [new file with mode: 0644]
lib/Stem/DBI.pm [new file with mode: 0644]
lib/Stem/Debug.pm [new file with mode: 0644]
lib/Stem/Demo/CLI.pm [new file with mode: 0644]
lib/Stem/Demo/World.pm [new file with mode: 0644]
lib/Stem/Event.pm [new file with mode: 0644]
lib/Stem/Event/EventPM.pm [new file with mode: 0644]
lib/Stem/Event/Perl.pm [new file with mode: 0644]
lib/Stem/Event/Queue.pm [new file with mode: 0644]
lib/Stem/Event/Signal.pm [new file with mode: 0644]
lib/Stem/Event/Tk.pm [new file with mode: 0644]
lib/Stem/Event/Wx.pm [new file with mode: 0644]
lib/Stem/File.pm [new file with mode: 0644]
lib/Stem/Gather.pm [new file with mode: 0644]
lib/Stem/Hub.pm [new file with mode: 0644]
lib/Stem/Id.pm [new file with mode: 0644]
lib/Stem/Inject.pm [new file with mode: 0644]
lib/Stem/Load/Driver.pm [new file with mode: 0644]
lib/Stem/Load/Ticker.pm [new file with mode: 0644]
lib/Stem/Log.pm [new file with mode: 0644]
lib/Stem/Log/Entry.pm [new file with mode: 0644]
lib/Stem/Log/File.pm [new file with mode: 0644]
lib/Stem/Log/Tail.pm [new file with mode: 0644]
lib/Stem/Msg.pm [new file with mode: 0644]
lib/Stem/Packet.pm [new file with mode: 0644]
lib/Stem/Portal.pm [new file with mode: 0644]
lib/Stem/Proc.pm [new file with mode: 0644]
lib/Stem/Route.pm [new file with mode: 0644]
lib/Stem/SockMsg.pm [new file with mode: 0644]
lib/Stem/Socket.pm [new file with mode: 0644]
lib/Stem/Switch.pm [new file with mode: 0644]
lib/Stem/Test/ConfTypes.pm [new file with mode: 0644]
lib/Stem/Test/Echo.pm [new file with mode: 0644]
lib/Stem/Test/Flow.pm [new file with mode: 0644]
lib/Stem/Test/PacketIO.pm [new file with mode: 0644]
lib/Stem/Test/UDP.pm [new file with mode: 0644]
lib/Stem/Trace.pm [new file with mode: 0644]
lib/Stem/TtySock.pm [new file with mode: 0644]
lib/Stem/UDPMsg.pm [new file with mode: 0644]
lib/Stem/Util.pm [new file with mode: 0644]
lib/Stem/Vars.pm [new file with mode: 0644]
lib/Stem/WorkQueue.pm [new file with mode: 0644]
sessions/backend.pl [new file with mode: 0755]
sessions/client.pl [new file with mode: 0755]
sessions/mid_event.pl [new file with mode: 0755]
sessions/mid_event_async.pl [new file with mode: 0755]
t/cell/flow.t [new file with mode: 0644]
t/event/event.t [new file with mode: 0644]
t/event/event_test.pl [new file with mode: 0644]
t/event/gtk.t [new file with mode: 0644]
t/event/perl.t [new file with mode: 0644]
t/event/poe.t [new file with mode: 0644]
t/event/qt.t [new file with mode: 0644]
t/event/tk.t [new file with mode: 0644]
t/event/wx.t [new file with mode: 0644]
t/io/packet.t [new file with mode: 0644]
t/socket/SockFork.pm [new file with mode: 0644]
t/socket/plain.t [new file with mode: 0644]
t/socket/plain_fork.t [new file with mode: 0644]
t/socket/ssl_fork.t [new file with mode: 0644]
t/socket/udp.t [new file with mode: 0644]