Home
·
Authors
·
Recent
·
News
·
Mirrors
·
FAQ
·
Feedback
in
All
Modules
Distributions
Authors
permalink
Cees Hek
>
CGI-Application-Plugin-Authentication-0.13
> MANIFEST
Download:
CGI-Application-Plugin-Authentication-0.13.tar.gz
Annotate this POD
CPAN RT
New
6
Open
2
View Bugs
Report a bug
Source
Latest Release:
CGI-Application-Plugin-Authentication-0.14
Build.PL
Changes
example/sample.cgi
lib/CGI/Application/Plugin/Authentication.pm
[
pod
]
lib/CGI/Application/Plugin/Authentication/Driver.pm
[
pod
]
lib/CGI/Application/Plugin/Authentication/Driver/Authen/Simple.pm
[
pod
]
lib/CGI/Application/Plugin/Authentication/Driver/DBI.pm
[
pod
]
lib/CGI/Application/Plugin/Authentication/Driver/Dummy.pm
[
pod
]
lib/CGI/Application/Plugin/Authentication/Driver/Filter/crypt.pm
[
pod
]
lib/CGI/Application/Plugin/Authentication/Driver/Filter/lc.pm
[
pod
]
lib/CGI/Application/Plugin/Authentication/Driver/Filter/md5.pm
[
pod
]
lib/CGI/Application/Plugin/Authentication/Driver/Filter/sha1.pm
[
pod
]
lib/CGI/Application/Plugin/Authentication/Driver/Filter/strip.pm
[
pod
]
lib/CGI/Application/Plugin/Authentication/Driver/Filter/uc.pm
[
pod
]
lib/CGI/Application/Plugin/Authentication/Driver/Generic.pm
[
pod
]
lib/CGI/Application/Plugin/Authentication/Driver/HTPasswd.pm
[
pod
]
lib/CGI/Application/Plugin/Authentication/Store.pm
[
pod
]
lib/CGI/Application/Plugin/Authentication/Store/Cookie.pm
[
pod
]
lib/CGI/Application/Plugin/Authentication/Store/Session.pm
[
pod
]
Makefile.PL
MANIFEST
This list of files
META.yml
README
t/01_basic.t
t/02_config.t
t/03_authenticate.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_authensimple.t
t/50_driver_dbi.t
t/50_driver_dummy.t
t/50_driver_generic.t
t/50_driver_htpasswd.t
t/60_store.t
t/60_store_cookie.t
t/60_store_session.t
t/98_pod.t
t/99_pod_coverage.t
t/htpasswd
t/htpasswd2
t/Authen/Simple/Dummy.pm
t/Store/Dummy.pm
t/TestAppDriver.pm
t/TestAppStore.pm