File: MANIFEST

package info (click to toggle)
libfcgi-engine-perl 0.22-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 360 kB
  • sloc: perl: 3,226; makefile: 2
file content (55 lines) | stat: -rw-r--r-- 1,467 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Changes
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/FCGI/Engine.pm
lib/FCGI/Engine/Core.pm
lib/FCGI/Engine/Manager.pm
lib/FCGI/Engine/Manager/Server.pm
lib/FCGI/Engine/Manager/Server/FreeBSD6.pm
lib/FCGI/Engine/Manager/Server/Plackup.pm
lib/FCGI/Engine/ProcManager.pm
lib/FCGI/Engine/ProcManager/Constrained.pm
lib/FCGI/Engine/PSGI.pm
lib/FCGI/Engine/Types.pm
lib/Plack/Handler/FCGI/Engine.pm
lib/Plack/Handler/FCGI/Engine/ProcManager.pm
lib/Plack/Server/FCGI/Engine.pm
lib/Plack/Server/FCGI/Engine/ProcManager.pm
Makefile.PL
MANIFEST			This list of files
META.yml
README
t/000_load.t
t/001_basic.t
t/002_basic_with_listen.t
t/003_basic_with_options.t
t/004_basic_psgi.t
t/010_errors.t
t/020_basic_manager.t
t/021_manager_opts.t
t/022_more_manager_opts.t
t/023_manager_w_plackup.t
t/024_manager_wo_listen.t
t/030_proc_manager.t
t/050_lighttpd_basic_test.t
t/051_lighttpd_basic_tcp_test.t
t/100_plack_server_fcgi_engine.t
t/101_plack_server_fcgi_engine_client.t
t/102_plack_server_fcgi_compat.t
t/confs/test_conf.yml
t/confs/test_plack_conf.yml
t/lib/FCGIUtils.pm
t/lib/utils.pm
t/lighttpd_confs/050_lighttpd_basic_test.conf
t/lighttpd_confs/051_lighttpd_basic_tcp_test.conf
t/lighttpd_confs/fcgi_engine.lighttpd.base.conf
t/pod.t
t/scripts/bar.pl
t/scripts/baz.psgi
t/scripts/foo.pl