%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /root/.cpanm/work/1590825950.14464/ExtUtils-MakeMaker-7.44/t/
Upload File :
Create Path :
Current File : //root/.cpanm/work/1590825950.14464/ExtUtils-MakeMaker-7.44/t/config.t

#!/usr/bin/perl -w

BEGIN {
    unshift @INC, 't/lib/';
}

use Test::More tests => 3;
use Config ();

BEGIN { use_ok 'ExtUtils::MakeMaker::Config'; }

is $Config{path_sep}, $Config::Config{path_sep};

eval {
    $Config{wibble} = 42;
};
is $Config{wibble}, 42;

Zerion Mini Shell 1.0