%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/make.t

#!/usr/bin/perl -w

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

use Test::More tests => 3;

use ExtUtils::MakeMaker;

my $MM = bless { MAKE => "nmake6" }, "MM";
is $MM->make, 'nmake';

$MM->{MAKE} = 'GNUmake';
is $MM->make, 'gmake';

$MM->{MAKE} = 'MMS';
is $MM->make, 'mms';

Zerion Mini Shell 1.0