File: MANIFEST

package info (click to toggle)
libhttp-proxy-perl 0.301-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 584 kB
  • sloc: perl: 2,401; makefile: 2
file content (89 lines) | stat: -rw-r--r-- 1,528 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
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Build.PL
Changes
eg/adblock.pl
eg/anonymiser.pl
eg/ayb.pl
eg/bork.pl
eg/dragon.pl
eg/flv.pl
eg/fudd.pl
eg/https.pl
eg/javascript.pl
eg/js.pl
eg/leet.pl
eg/logger.pl
eg/outline.pl
eg/pdf.pl
eg/perlmonks.pl
eg/post.pl
eg/proxy-auth.pl
eg/proxy.pl
eg/rainbow.pl
eg/README
eg/rfc.pl
eg/rot13.pl
eg/switch.pl
eg/tracker.pl
eg/trim.pl
eg/yahoogroups.pl
lib/HTTP/Proxy.pm
lib/HTTP/Proxy/BodyFilter.pm
lib/HTTP/Proxy/BodyFilter/complete.pm
lib/HTTP/Proxy/BodyFilter/htmlparser.pm
lib/HTTP/Proxy/BodyFilter/htmltext.pm
lib/HTTP/Proxy/BodyFilter/lines.pm
lib/HTTP/Proxy/BodyFilter/save.pm
lib/HTTP/Proxy/BodyFilter/simple.pm
lib/HTTP/Proxy/BodyFilter/tags.pm
lib/HTTP/Proxy/Engine.pm
lib/HTTP/Proxy/Engine/Legacy.pm
lib/HTTP/Proxy/Engine/NoFork.pm
lib/HTTP/Proxy/Engine/ScoreBoard.pm
lib/HTTP/Proxy/Engine/Threaded.pm
lib/HTTP/Proxy/FilterStack.pm
lib/HTTP/Proxy/HeaderFilter.pm
lib/HTTP/Proxy/HeaderFilter/simple.pm
lib/HTTP/Proxy/HeaderFilter/standard.pm
Makefile.PL
MANIFEST			This list of files
META.json
META.yml
README
t/00basic.t
t/01pod.t
t/02pod-coverage.t
t/05new.t
t/10init.t
t/11log.t
t/15accessors.t
t/15deprecated.t
t/16stash.t
t/17fstack.t
t/18engine.t
t/20dummy.t
t/20keepalive.t
t/22http.t
t/22transparent.t
t/23connect.t
t/23https.t
t/40push_filters.t
t/41filters.t
t/42will_modify.t
t/50hopbyhop.t
t/50standard.t
t/50via.t
t/51simple.t
t/51simple2.t
t/61simple.t
t/61simple2.t
t/64htmltext.t
t/64lines.t
t/64tags.t
t/66htmlparser.t
t/67complete.t
t/67save.t
t/71rot13.t
t/90httpstatus.t
t/README
t/test.html
t/Utils.pm