Added $PARAMETERS to all C::P::Authenticate plugins
Christian Hansen [Thu, 2 Jun 2005 22:02:51 +0000 (22:02 +0000)]
lib/Catalyst/Plugin/Authenticate/TypeKey.pm

index 86d91ab..0466571 100644 (file)
@@ -7,6 +7,14 @@ use File::Spec;
 
 our $VERSION = '0.1';
 
+our $PARAMETERS = qw[
+    email
+    name
+    nick
+    ts
+    sig
+];
+
 sub authenticate_typekey {
     my ( $c, $email, $name, $nick, $ts, $sig, $options ) = @_;