fix typo in Store::Htpasswd::User
David Kamholz [Tue, 24 Jan 2006 11:16:36 +0000 (11:16 +0000)]
lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm

index 438f31a..ad5d17c 100644 (file)
@@ -28,7 +28,7 @@ sub supported_features {
                password => {
                        self_check => 1,
                },
-               session => 1
+               session => 1,
         roles => 1,
        };
 }