skip notes dir in manifest
[urisagit/Stem.git] / conf / test_packet_io.stem
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 ],