Group
Extension

Matches 10

ExtUtils-MakeMaker ( B/BI/BINGOS/ExtUtils-MakeMaker-7.70.tar.gz, BINGOS, 2023; MetaCPAN )
ExtUtils-MakeMaker/t/build_man.t ( view source; MetaCPAN )
  => 'lib/Big/Dummy.pm',
        );
        # verify that suppressed warnings are present
        isnt (scalar(@warnings), 0);
        if (scalar(@warnings)) {
            note (sprintf('suppressed wa
NSTALLMAN3DIR  => 'none'
        );
        # verify that suppressed warnings are present
        isnt (scalar(@warnings), 0);
        if (scalar(@warnings)) {
            note (sprintf('suppressed wa
   MAN3PODS        => {}
        );
        # verify that suppressed warnings are present
        isnt (scalar(@warnings), 0);
        if (scalar(@warnings)) {
            note (sprintf('suppressed wa
ExtUtils-MakeMaker ( B/BI/BINGOS/ExtUtils-MakeMaker-7.70.tar.gz, BINGOS, 2023; MetaCPAN )
ExtUtils-MakeMaker/t/split_command.t ( view source; MetaCPAN )
o bar baz yar car har ackapicklerootyjamboree);
my @cmds = $mm->split_command($echo, @test_args);
isnt( @cmds, 0 );

my @results = _run(@cmds);
is( join('', @results), join('', @test_args));


my %tes
_args = $mm->oneliner(q{print !(@ARGV % 2)});
@cmds = $mm->split_command($even_args, %test_args);
isnt( @cmds, 0 );

@results = _run(@cmds);
like( join('', @results ), qr/^1+$/,         'pairs preserv
ExtUtils-MakeMaker ( B/BI/BINGOS/ExtUtils-MakeMaker-7.70.tar.gz, BINGOS, 2023; MetaCPAN )
ExtUtils-MakeMaker/t/MM_NW5.t ( view source; MetaCPAN )
ename "${script_name}$script_ext", "${script_name}.noscript";
    $script_ext = '.noscript';

    isnt( $MM->perl_script( $script_name ),
          "${script_name}$script_ext",
          "not a perl_s
ExtUtils-MakeMaker ( B/BI/BINGOS/ExtUtils-MakeMaker-7.70.tar.gz, BINGOS, 2023; MetaCPAN )
ExtUtils-MakeMaker/t/basic.t ( view source; MetaCPAN )
out = run("$make test");
unlike( $test_out, qr/All tests successful/, 'make test caused build' );
isnt( $?, 0,                                 '  build should fail' ) ||
    diag $test_out;

# I know 
ExtUtils-MakeMaker ( B/BI/BINGOS/ExtUtils-MakeMaker-7.70.tar.gz, BINGOS, 2023; MetaCPAN )
ExtUtils-MakeMaker/t/MM_Unix.t ( view source; MetaCPAN )
   '', 'libscan excludes base README.pod');
    # verify that suppressed warnings are present
    isnt (scalar(@warnings), 0);
    if (scalar(@warnings)) {
        note (sprintf('suppressed warnings: 
ExtUtils-MakeMaker ( B/BI/BINGOS/ExtUtils-MakeMaker-7.70.tar.gz, BINGOS, 2023; MetaCPAN )
ExtUtils-MakeMaker/t/recurs.t ( view source; MetaCPAN )
  # Quiet "make test" failure noise
    close *STDERR;

    my $test_out = run("$make test");
    isnt $?, 0, 'test failure in a subdir causes make to fail';
}

# test override of top_targets in sub-M
ExtUtils-MakeMaker ( B/BI/BINGOS/ExtUtils-MakeMaker-7.70.tar.gz, BINGOS, 2023; MetaCPAN )
ExtUtils-MakeMaker/t/MM_OS2.t ( view source; MetaCPAN )
AFTER
{
	my $aout = 0;
	local *OS2::is_aout;
	*OS2::is_aout = \$aout;

        $mm->init_linker;
	isnt( $mm->{PERL_ARCHIVE_AFTER}, '',
		'PERL_ARCHIVE_AFTER should be empty without $is_aout set' );
	$
ExtUtils-MakeMaker ( B/BI/BINGOS/ExtUtils-MakeMaker-7.70.tar.gz, BINGOS, 2023; MetaCPAN )
ExtUtils-MakeMaker/t/INST_PREFIX.t ( view source; MetaCPAN )
atdir('foo','bar'),
                      'installvendorman1dir (in %Config) not modified' );
    isnt( $mm->{INSTALLVENDORMAN3DIR}, '',
                      'installvendorman3dir (not in %Config) se
ExtUtils-MakeMaker ( B/BI/BINGOS/ExtUtils-MakeMaker-7.70.tar.gz, BINGOS, 2023; MetaCPAN )
ExtUtils-MakeMaker/t/MM_Win32.t ( view source; MetaCPAN )
ename "${script_name}$script_ext", "${script_name}.noscript";
    $script_ext = '.noscript';

    isnt( $MM->perl_script( $script_name ),
          "${script_name}$script_ext",
          "not a perl_s
ExtUtils-MakeMaker ( B/BI/BINGOS/ExtUtils-MakeMaker-7.70.tar.gz, BINGOS, 2023; MetaCPAN )
ExtUtils-MakeMaker/t/prereq.t ( view source; MetaCPAN )
I::Do::Not::Exist" => 0, },
        );
    };
    is $warnings, "Warning: prerequisite I::Do::Not::Exist 0 not found.\n",
      'CLI PREREQ_FATAL warns';
    isnt $@, '', "CLI PREREQ_FATAL works";

}

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.