File: MANIFEST

package info (click to toggle)
libcgi-application-plugin-authentication-perl 0.25%2B~cs0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,560 kB
  • sloc: perl: 11,362; makefile: 29; javascript: 6
file content (161 lines) | stat: -rw-r--r-- 4,539 bytes parent folder | download
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
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.031.
Changes
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
_build/auto_features
_build/build_params
_build/cleanup
_build/config_data
_build/features
_build/magicnum
_build/notes
_build/prereqs
_build/runtime_params
cpanfile
dist.ini
example/basic.cgi
example/httpdocs/css/ieonly.css
example/httpdocs/css/ieonly6.css
example/httpdocs/css/template.css
example/httpdocs/js/focus.js
example/sample.cgi
example/template.cgi
example/templates/login.tmpl
example/templates/one.tmpl
example/templates/two.tmpl
lib/CGI/Application/Plugin/Authentication.pm
lib/CGI/Application/Plugin/Authentication/Display.pm
lib/CGI/Application/Plugin/Authentication/Display/Basic.pm
lib/CGI/Application/Plugin/Authentication/Display/Classic.pm
lib/CGI/Application/Plugin/Authentication/Driver.pm
lib/CGI/Application/Plugin/Authentication/Driver/Authen/Simple.pm
lib/CGI/Application/Plugin/Authentication/Driver/DBI.pm
lib/CGI/Application/Plugin/Authentication/Driver/Dummy.pm
lib/CGI/Application/Plugin/Authentication/Driver/Filter/crypt.pm
lib/CGI/Application/Plugin/Authentication/Driver/Filter/lc.pm
lib/CGI/Application/Plugin/Authentication/Driver/Filter/md5.pm
lib/CGI/Application/Plugin/Authentication/Driver/Filter/sha1.pm
lib/CGI/Application/Plugin/Authentication/Driver/Filter/strip.pm
lib/CGI/Application/Plugin/Authentication/Driver/Filter/uc.pm
lib/CGI/Application/Plugin/Authentication/Driver/Generic.pm
lib/CGI/Application/Plugin/Authentication/Driver/HTPasswd.pm
lib/CGI/Application/Plugin/Authentication/Store.pm
lib/CGI/Application/Plugin/Authentication/Store/Cookie.pm
lib/CGI/Application/Plugin/Authentication/Store/Session.pm
local/lib/perl5/Module/Build/API.pod
local/lib/perl5/Module/Build/Authoring.pod
local/lib/perl5/Module/Build/Base.pm
local/lib/perl5/Module/Build/Bundling.pod
local/lib/perl5/Module/Build/Compat.pm
local/lib/perl5/Module/Build/Config.pm
local/lib/perl5/Module/Build/ConfigData.pm
local/lib/perl5/Module/Build/Cookbook.pm
local/lib/perl5/Module/Build/Dumper.pm
local/lib/perl5/Module/Build/Notes.pm
local/lib/perl5/Module/Build/PPMMaker.pm
local/lib/perl5/Module/Build/Platform/Default.pm
local/lib/perl5/Module/Build/Platform/MacOS.pm
local/lib/perl5/Module/Build/Platform/Unix.pm
local/lib/perl5/Module/Build/Platform/VMS.pm
local/lib/perl5/Module/Build/Platform/VOS.pm
local/lib/perl5/Module/Build/Platform/Windows.pm
local/lib/perl5/Module/Build/Platform/aix.pm
local/lib/perl5/Module/Build/Platform/cygwin.pm
local/lib/perl5/Module/Build/Platform/darwin.pm
local/lib/perl5/Module/Build/Platform/os2.pm
local/lib/perl5/Module/Build/PodParser.pm
local/lib/perl5/Module/Build/Tiny.pm
t/01_basic.t
t/02_config.t
t/03_authenticate.t
t/03_destination.t
t/03_login_box.t
t/03_login_box_basic.t
t/03_login_box_other.t
t/03_missing_color.t
t/04_attributes.t
t/05_autorunmode.t
t/06_timeout.t
t/07_protected_runmodes.t
t/40_encoder_crypt.t
t/40_encoder_lc.t
t/40_encoder_md5.t
t/40_encoder_sha1.t
t/40_encoder_strip.t
t/40_encoder_uc.t
t/50_driver_missing_modules.t
t/50_driver_undefined.t
t/51_driver_dummy.t
t/52_driver_generic.t
t/53_driver_dbi.t
t/53_driver_dbi_bad.t
t/53_driver_dbi_die.t
t/53_driver_dbi_syntax.t
t/54_driver_htpasswd.t
t/55_driver_authensimple.t
t/55_driver_authensimple_die.t
t/55_driver_missing_authensimple.t
t/60_parsimony.t
t/60_store.t
t/60_store_cookie.t
t/60_store_session.t
t/61_cookie_badargs.t
t/61_store_cookie_noexpiry.t
t/61_store_cookie_other.t
t/70_action_dispatch.t
t/80_devpopup.t
t/98_pod.t
t/99_pod_coverage.t
t/Authen/Simple/Dummy.pm
t/CGI/Application/Plugin/Authentication/Display/Null.pm
t/CGI/Application/Plugin/Authentication/Driver/Die.pm
t/CGI/Application/Plugin/Authentication/Driver/Silly.pm
t/Store/Dummy.pm
t/TestAppDriver.pm
t/TestAppParsimony.pm
t/TestAppStore.pm
t/author-pod-syntax.t
t/changes.t
t/htpasswd
t/htpasswd2
t/manifest.t
t/out/basic_login_box
t/out/basic_login_box_options
t/out/cosmetic
t/out/crlf
t/out/default
t/out/frontpage
t/out/frontpage-dev
t/out/generic_login
t/out/green
t/out/grey
t/out/grey2
t/out/grey_extra
t/out/grey_extra2
t/out/login
t/out/login-dev
t/out/loginurl
t/out/logout
t/out/missing_color
t/out/names_of_colours
t/out/names_of_colours_2
t/out/names_of_colours_3
t/out/other_permutations
t/out/percentage
t/out/red
t/out/redirect
t/out/redirection_failure
t/out/redirection_failure_basic
t/out/restricted
t/out/runmode
t/out/success
t/out/success-dev
t/out/username
t/out/username-basic
t/podspell.t
t/prereq.t
t/release-changes_has_content.t