[](https://github.com/worthmine/Captcha-Cloudflare-Turnstile/actions?workflow=test) # NAME Captcha::Cloudflare::Turnstile - A Perl implementation for Cloudflare Turnstile # SYNOPSIS use Captcha::Cloudflare::Turnstile; my $ts = Captcha::Cloudflare::Turnstile->new( sitekey => '__YOUR_SITEKEY__', # Optional secret => '__YOUR_SECRET__', # Required ); # In your HTML template, inside a