We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d788d39 commit c06e2a7Copy full SHA for c06e2a7
lib/HTML/FormHandler/Field/Captcha.pm
@@ -36,7 +36,7 @@ has 'scramble' => ( isa => 'Int', is => 'rw', default => '0' );
36
has 'lines' => ( isa => 'Int', is => 'rw', default => '2' );
37
has 'gd_font' => ( isa => 'Str', is => 'rw', default => 'Large' );
38
has 'image' => ( is => 'rw' );
39
-has '+css_class' => ( default => 'captcha' );
+has '+wrapper_class' => ( default => 'captcha' );
40
has '+widget' => ( default => 'Captcha' );
41
42
has '+noupdate' => ( default => 1 );
0 commit comments