File: MANIFEST

package info (click to toggle)
libnet-daemon-perl 0.38-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 184 kB
  • ctags: 38
  • sloc: perl: 752; makefile: 47
file content (22 lines) | stat: -rw-r--r-- 974 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ChangeLog		Module history
MANIFEST		This file
MANIFEST.SKIP		Files to ignore while generating the dist archive
Makefile.PL		Makefile generator
README			Ascii docs
lib/Net/Daemon.pm	Net::Daemon module
lib/Net/Daemon/Log.pm	Support class for logging
lib/Net/Daemon/Test.pm	Support class for writing tests
regexp-threads		Test for the safety of regular expressions in threads
t/base.t		Base test
t/config.t		Test of config file handling and access control
t/fork.t		Test of a forking server
t/forkm.t		Test of a forking server with multiple clients
t/ithread.t		Test of a multithreaded server (ithreads)
t/ithreadm.t		Test of a multithreaded server with multiple clients
t/loop.t		Test the loop-timeout option
t/loop-child.t		Same with loop-child set
t/server		Script used by the server tests
t/single.t		Test of a single-mode server
t/thread.t		Test of a multithreaded server
t/threadm.t		Test of a multithreaded server with multiple clients
t/unix.t		Test for Unix sockets