fixed MANIFEST and ignore stuff
[urisagit/Stem.git] / conf / test_packet_io.stem
CommitLineData
4536f655 1[
2 class => 'Stem::Test::Echo',
3 name => 'echo',
4 args => [],
5],
6[
7 class => 'Stem::Test::PacketIO',
8 name => 'packet_io',
9 args => [
10 write_addr => 'client_sock',
11 ],
12],