File: MANIFEST

package info (click to toggle)
libcgi-formbuilder-perl 3.08-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,204 kB
  • sloc: perl: 7,201; makefile: 13
file content (172 lines) | stat: -rw-r--r-- 3,990 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
Changes
INSTALL
MANIFEST
Makefile.PL
Makefile.PL
README
lib/CGI/FormBuilder.pm
lib/CGI/FormBuilder.pod
lib/CGI/FormBuilder/Field.pm
lib/CGI/FormBuilder/Field/button.pm
lib/CGI/FormBuilder/Field/checkbox.pm
lib/CGI/FormBuilder/Field/date.pm
lib/CGI/FormBuilder/Field/datetime.pm
lib/CGI/FormBuilder/Field/datetime_local.pm
lib/CGI/FormBuilder/Field/email.pm
lib/CGI/FormBuilder/Field/file.pm
lib/CGI/FormBuilder/Field/hidden.pm
lib/CGI/FormBuilder/Field/image.pm
lib/CGI/FormBuilder/Field/number.pm
lib/CGI/FormBuilder/Field/password.pm
lib/CGI/FormBuilder/Field/radio.pm
lib/CGI/FormBuilder/Field/select.pm
lib/CGI/FormBuilder/Field/static.pm
lib/CGI/FormBuilder/Field/submit.pm
lib/CGI/FormBuilder/Field/text.pm
lib/CGI/FormBuilder/Field/textarea.pm
lib/CGI/FormBuilder/Field/time.pm
lib/CGI/FormBuilder/Field/url.pm
lib/CGI/FormBuilder/Messages.pm
lib/CGI/FormBuilder/Messages/C.pm
lib/CGI/FormBuilder/Messages/_example.pm
lib/CGI/FormBuilder/Messages/base.pm
lib/CGI/FormBuilder/Messages/da.pm
lib/CGI/FormBuilder/Messages/da_DK.pm
lib/CGI/FormBuilder/Messages/de.pm
lib/CGI/FormBuilder/Messages/de_DE.pm
lib/CGI/FormBuilder/Messages/default.pm
lib/CGI/FormBuilder/Messages/en.pm
lib/CGI/FormBuilder/Messages/en_US.pm
lib/CGI/FormBuilder/Messages/es.pm
lib/CGI/FormBuilder/Messages/es_ES.pm
lib/CGI/FormBuilder/Messages/fr.pm
lib/CGI/FormBuilder/Messages/fr_FR.pm
lib/CGI/FormBuilder/Messages/ja.pm
lib/CGI/FormBuilder/Messages/ja_JP.pm
lib/CGI/FormBuilder/Messages/no.pm
lib/CGI/FormBuilder/Messages/no_NO.pm
lib/CGI/FormBuilder/Messages/ru.pm
lib/CGI/FormBuilder/Messages/ru_RU.pm
lib/CGI/FormBuilder/Messages/sv.pm
lib/CGI/FormBuilder/Messages/sv_SE.pm
lib/CGI/FormBuilder/Messages/tr.pm
lib/CGI/FormBuilder/Messages/tr_TR.pm
lib/CGI/FormBuilder/Multi.pm
lib/CGI/FormBuilder/Source.pm
lib/CGI/FormBuilder/Source/File.pm
lib/CGI/FormBuilder/Template.pm
lib/CGI/FormBuilder/Template/Builtin.pm
lib/CGI/FormBuilder/Template/CGI_SSI.pm
lib/CGI/FormBuilder/Template/Div.pm
lib/CGI/FormBuilder/Template/Fast.pm
lib/CGI/FormBuilder/Template/HTML.pm
lib/CGI/FormBuilder/Template/TT2.pm
lib/CGI/FormBuilder/Template/Text.pm
lib/CGI/FormBuilder/Test.pm
lib/CGI/FormBuilder/Util.pm
pod/Changes.pod
pod/INSTALL.pod
pod/README.pod
t/1a-generate.t
t/1a-test01.html
t/1a-test02.html
t/1a-test03.html
t/1a-test04.html
t/1a-test05.html
t/1a-test06.html
t/1a-test07.html
t/1a-test08.html
t/1a-test09.html
t/1a-test10.html
t/1a-test11.html
t/1a-test12.html
t/1a-test13.html
t/1a-test14.html
t/1a-test15.html
t/1a-test16.html
t/1a-test17.html
t/1a-test18.html
t/1a-test19.html
t/1a-test20.html
t/1a-test21.html
t/1a-test22.html
t/1a-test23.html
t/1a-test24.html
t/1a-test25.html
t/1a-test26.html
t/1a-test27.html
t/1a-test28.html
t/1a-test29.html
t/1a-test30.html
t/1a-test31.html
t/1a-test32.html
t/1a-test33.html
t/1a-test34.html
t/1a-test35.html
t/1a-test36.html
t/1b-fields.t
t/1b-test24.html
t/1b-test25.html
t/1b-test26.html
t/1c-validate.t
t/1d-messages.t
t/2a-template-html.t
t/2a-test00.html
t/2a-test01.html
t/2a-test02.html
t/2a-test03.html
t/2a-test04.html
t/2a-test99.html
t/2b-template-text.t
t/2b-test00.html
t/2b-test01.html
t/2b-test02.html
t/2b-test03.html
t/2c-template-tt2.t
t/2c-test00.html
t/2c-test01.html
t/2c-test02.html
t/2c-test03.html
t/2c-test04.html
t/2d-template-fast.t
t/2d-test01.html
t/2d-test02.html
t/2d-test03.html
t/2e-template-ssi.t
t/2e-test00.html
t/2e-test01.html
t/2e-test02.html
t/2e-test03.html
t/2e-test04.html
t/2e-test99.html
t/3a-source-file.t
t/3a-test01.html
t/3a-test02.html
t/3a-test03.html
t/3a-test04.html
t/3a-test05.html
t/3a-test06.html
t/3a-test07.html
t/3a-test08.html
t/3a-test09.html
t/3a-test10.html
t/3a-test11.html
t/3a-test12.html
t/3a-test13.html
t/3a-test14.html
t/3a-test15.html
t/3a-test16.html
t/3a-test17.html
t/3a-test18.html
t/3a-test19.html
t/3a-test20.html
t/3a-test21.html
t/3a-test22.html
t/3a-test23.html
t/3a-test24.html
t/3a-test25.html
t/3a-test26.html
t/3a-test27.html
t/3a-test28.html
t/3b-multi-page.t
t/3b-test22.html