summaryrefslogtreecommitdiffstats
path: root/dist.ini
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-09-01 16:58:14 -0500
committerJesse Luehrs <doy@tozt.net>2010-09-01 16:58:14 -0500
commitfe1a91cd0621e40da8d70963f9f87ca50453f7ee (patch)
tree5a9698a9491965ea5588af4ef53ecf18372d32cb /dist.ini
parent8be747a4fb3d67af1722d6d8f20f20fe41565387 (diff)
downloadplack-middleware-auth-htpasswd-fe1a91cd0621e40da8d70963f9f87ca50453f7ee.tar.gz
plack-middleware-auth-htpasswd-fe1a91cd0621e40da8d70963f9f87ca50453f7ee.zip
initial (untested) implementation
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
index 5e0580a..1684e85 100644
--- a/dist.ini
+++ b/dist.ini
@@ -7,3 +7,7 @@ copyright_holder = Jesse Luehrs
dist = Plack-Middleware-Auth-Htpasswd
[Prereq]
+Authen::Htpasswd = 0
+MIME::Base64 = 0
+Path::Class = 0
+Plack = 0