blob: a3eb96b7fdb48478a9fbf6b29b4309b83fe260b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
use strict;
use warnings FATAL => 'all';
our $config;
$config->{"tap_tests"} = 1;
$config->{"asserts"} = 1;
$config->{"openssl"} = "c:/openssl/1.1/";
$config->{"perl"} = "c:/strawberry/$ENV{DEFAULT_PERL_VERSION}/perl/";
$config->{"python"} = "c:/python/";
1;
|