Group
Extension

Matches 1383

Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.85.tar.gz, MHX, 2024; 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.85.tar.gz, MHX, 2024; 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) };
 
Crypt-OpenSSL-PKCS12 ( J/JO/JONASBN/Crypt-OpenSSL-PKCS12-1.94.tar.gz, JONASBN, 2024; MetaCPAN )
Crypt-OpenSSL-PKCS12/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.85.tar.gz, MHX, 2024; 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.85.tar.gz, MHX, 2024; 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 } : 
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.85.tar.gz, MHX, 2024; 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 );
}
Alt-Crypt-OpenSSL-PKCS12-Broadbean ( D/DA/DAKKAR/Alt-Crypt-OpenSSL-PKCS12-Broadbean-1.93.tar.gz, DAKKAR, 2024; MetaCPAN )
Alt-Crypt-OpenSSL-PKCS12-Broadbean/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.85.tar.gz, MHX, 2024; 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
Gimp ( E/ET/ETJ/Gimp-2.38.tar.gz, ETJ, 2024; MetaCPAN )
Gimp/lib/Gimp/gppport.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
PDL-Parallel-threads ( E/ET/ETJ/PDL-Parallel-threads-0.06.tar.gz, DCMERTENS, 2024; MetaCPAN )
PDL-Parallel-threads/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
Net-SSH2 ( R/RK/RKITOVER/Net-SSH2-0.74.tar.gz, RKITOVER, 2024; MetaCPAN )
Net-SSH2/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
Compress-Raw-Zlib ( P/PM/PMQS/Compress-Raw-Zlib-2.213.tar.gz, PMQS, 2024; MetaCPAN )
Compress-Raw-Zlib/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
Compress-Raw-Lzma ( P/PM/PMQS/Compress-Raw-Lzma-2.213.tar.gz, PMQS, 2024; MetaCPAN )
Compress-Raw-Lzma/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
Arcus-Client ( J/JA/JAMTWOIN/Arcus-Client-0.5.0.tar.gz, JAMTWOIN, 2024; MetaCPAN )
Arcus-Client/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
Compress-Raw-Bzip2 ( P/PM/PMQS/Compress-Raw-Bzip2-2.213.tar.gz, PMQS, 2024; MetaCPAN )
Compress-Raw-Bzip2/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
autobox ( C/CH/CHOCOLATE/autobox-v3.0.2.tar.gz, CHOCOLATE, 2024; MetaCPAN )
autobox/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
DBD-DB2 ( R/RO/ROCKETDB/DBD-DB2-1.91.tar.gz, ROCKETDB, 2024; MetaCPAN )
DBD-DB2/ppport.h ( view source; MetaCPAN )
 from $filename: $!\n";
    next;
  }

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

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

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

  # Temporarily remove C/XS
version ( L/LE/LEONT/version-0.9933.tar.gz, LEONT, 2024; MetaCPAN )
version/vutil/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
WebGPU-Direct ( A/AT/ATRODO/WebGPU-Direct-0.15.tar.gz, ATRODO, 2024; MetaCPAN )
WebGPU-Direct/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
CPAN-Reporter ( G/GA/GARU/CPAN-Reporter-1.2020.tar.gz, GARU, 2024; MetaCPAN )
CPAN-Reporter/lib/CPAN/Reporter.pm ( view source; MetaCPAN )
 # read source
  local *FH;
  open FH, "<$source" or return; ## no critic
  my $pm_guts = do { local $/; <FH> };
  close FH;
  # write target
  open FH, ">$target" or return; ## no critic
  print FH $

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