Group
Extension

Matches 1386

EBook-Ishmael ( S/SA/SAMYOUNG/EBook-Ishmael-1.09.tar.gz, SAMYOUNG, 2025; MetaCPAN )
EBook-Ishmael/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # Temporarily remove C/XS comm
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.86.tar.gz, MHX, 2025; MetaCPAN )
Convert-Binary-C/tests/203_warnings.t ( view source; MetaCPAN )
rt::Binary::C::Cached;

$^W = 1;

BEGIN { plan tests => 7302 }

my($code, $data);
$code = do { local $/; <DATA> };
$data = "abcd";

my %code = (
  macro => <<'ENDC',
#define FOO 1
#define FOO 2
ENDC
 
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.86.tar.gz, MHX, 2025; MetaCPAN )
Convert-Binary-C/tests/223_initializer.t ( view source; MetaCPAN )
 parse full initialization code");

  ok( @warn == 0 );
}

for my $snip ( split /={40,}/, do { local $/; <DATA> } ) {
  my($code, @tests) = split /-{40,}/, $snip;
  eval { $c->clean->parse($code) };
 
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.86.tar.gz, MHX, 2025; MetaCPAN )
Convert-Binary-C/tests/801_examples.t ( view source; MetaCPAN )
my $open;

  print "# checking '$ex'\n";

  if( $open = open FILE, "$perl $ex |" ) {
    $out = do { local $/; <FILE> };
    close FILE;
  }

  ok( $open );
  ok( length($out) > 0 );
  ok( $?, 0 );
}
Filter ( R/RU/RURBAN/Filter-1.65.tar.gz, RURBAN, 2025; MetaCPAN )
Filter/Call/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # Temporarily remove C/XS comm
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.86.tar.gz, MHX, 2025; MetaCPAN )
Convert-Binary-C/tests/602_threads.t ( view source; MetaCPAN )
ed\n";
    }
    else {
      open FH, "tests/include/include.c" or die;
      my $code = do { local $/; <FH> };
      close FH;
      print "# parse ($arg) called\n";
      $p->parse($code);
      pr
JSON-SIMD ( P/PJ/PJUHASZ/JSON-SIMD-1.07.tar.gz, PJUHASZ, 2025; MetaCPAN )
JSON-SIMD/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # Temporarily remove C/XS comm
Cpanel-JSON-XS ( R/RU/RURBAN/Cpanel-JSON-XS-4.40.tar.gz, RURBAN, 2025; MetaCPAN )
Cpanel-JSON-XS/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # Temporarily remove C/XS comm
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.86.tar.gz, MHX, 2025; MetaCPAN )
Convert-Binary-C/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # Temporarily remove C/XS comm
YAML-Safe ( R/RU/RURBAN/YAML-Safe-0.83.tar.gz, RURBAN, 2025; MetaCPAN )
YAML-Safe/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # Temporarily remove C/XS comm
YAML-Safe ( R/RU/RURBAN/YAML-Safe-0.83.tar.gz, RURBAN, 2025; MetaCPAN )
YAML-Safe/note/memleak.pl ( view source; MetaCPAN )
) {
        say "EVAL_ERROR: $@\nfailed to convert YAML string: $str";
    }
}

my $str = do { local $/; <DATA> };

my $count = $ARGV[0] || 1000;
my $sleep = $ARGV[1] || 3;
for my $i (0 .. $count) {
 
Set-Object ( R/RU/RURBAN/Set-Object-1.43.tar.gz, RURBAN, 2025; MetaCPAN )
Set-Object/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # Temporarily remove C/XS comm
Opcodes ( R/RU/RURBAN/Opcodes-0.16.tar.gz, RURBAN, 2025; MetaCPAN )
Opcodes/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # Temporarily remove C/XS comm
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.86.tar.gz, MHX, 2025; MetaCPAN )
Convert-Binary-C/tests/230_compiler.t ( view source; MetaCPAN )
lurp
{
  my $file = shift;
  local *F;
  open F, $file or die "$file: $!\n";
  my $data = do { local $/; <F> };
  close F;
  return $data;
}

for my $cur (sort keys %cc) {
  print "# -- $cur --\n";

 
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.86.tar.gz, MHX, 2025; MetaCPAN )
Convert-Binary-C/tests/224_typeof.t ( view source; MetaCPAN )
Binary::C @ARGV;

$^W = 1;

BEGIN { plan tests => 31 }

($code, $tests) = split /-{40,}/, do { local $/; <DATA> }, 2;
@tests = map { chomp; /^\s*(.*?)\s*=>\s*(.*?)\s*$/ ? { name => $1, type => $2 } : 
SPVM ( K/KI/KIMOTO/SPVM-0.990090.tar.gz, KIMOTO, 2025; MetaCPAN )
SPVM/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # Temporarily remove C/XS comm
EBook-Ishmael ( S/SA/SAMYOUNG/EBook-Ishmael-1.09.tar.gz, SAMYOUNG, 2025; MetaCPAN )
EBook-Ishmael/lib/EBook/Ishmael.pm ( view source; MetaCPAN )
    my ($h, $p) = tempfile(UNLINK => 1);
            binmode $h;
            print { $h } do { local $/; <STDIN> };
            close $h;
            $p;
        };
    } else {
        return $file;
Crypt-SecretBuffer ( N/NE/NERDVANA/Crypt-SecretBuffer-0.006.tar.gz, NERDVANA, 2025; MetaCPAN )
Crypt-SecretBuffer/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # Temporarily remove C/XS comm
Text-Diff-Unified-XS ( P/PI/PINE/Text-Diff-Unified-XS-0.10.tar.gz, PINE, 2025; MetaCPAN )
Text-Diff-Unified-XS/src/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # Temporarily remove C/XS comm
IO-FD ( D/DR/DRCLAW/IO-FD-v0.3.11.tar.gz, DRCLAW, 2025; MetaCPAN )
IO-FD/ppport.h ( view source; MetaCPAN )
o read from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # Temporarily remove C/XS comm

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