fix typo in Store::Htpasswd::User
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / 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,
        };
 }