The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Build.PL
Changes
example/sample.cgi
lib/CGI/Application/Plugin/Authentication.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
Makefile.PL
MANIFEST			This list of files
MANIFEST.bak
MANIFEST.SKIP
META.yml
README
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_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/70_action_dispatch.t
t/98_pod.t
t/99_pod_coverage.t
t/Authen/Simple/Dummy.pm
t/CGI/Application/Plugin/Authentication/Driver/Die.pm
t/CGI/Application/Plugin/Authentication/Driver/Silly.pm
t/changes.t
t/htpasswd
t/htpasswd2
t/manifest.t
t/out/cosmetic
t/out/crlf
t/out/default
t/out/frontpage
t/out/generic_login
t/out/green
t/out/login
t/out/loginurl
t/out/missing_color
t/out/other_permutations
t/out/red
t/out/redirect
t/out/redirection_failure
t/out/restricted
t/out/runmode
t/out/success
t/out/username
t/podspell.t
t/prereq.t
t/Store/Dummy.pm
t/TestAppDriver.pm
t/TestAppParsimony.pm
t/TestAppStore.pm