File: 00_compile.t

package info (click to toggle)
libcaptcha-recaptcha-v3-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 167; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 247 bytes parent folder | download
1
2
3
4
5
6
7
8
use strict;
use Test::More 0.98 tests => 2;

use_ok('Captcha::reCAPTCHA::V3');                                                       # 01
my $rc = new_ok( 'Captcha::reCAPTCHA::V3', [ secret => 'Dummy', sitekey => 'Dummy' ]);  # 02

done_testing;