Test + fixes for new auth draft
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication / User / Hash.pm
index 0b7bb55..62a0898 100644 (file)
@@ -24,7 +24,7 @@ my %features = (
     password => {
         clear   => ["password"],
         crypted => ["crypted_password"],
-        hashed  => ["hashed_password hash_algorithm"],
+        hashed  => [qw/hashed_password hash_algorithm/],
     },
     session => 1,
 );