Group
Extension

Matches 1393

pEFL ( P/PE/PERLMAX/pEFL-0.76.tar.gz, PERLMAX, 2025; MetaCPAN )
pEFL/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
Imager ( T/TO/TONYC/Imager-1.028.tar.gz, TONYC, 2025; MetaCPAN )
Imager/samples/inline_capture2image.pl ( view source; MetaCPAN )
a;
open RAWVIDEO, "< $from"
  or die "Cannot open $from: $!\n";
binmode RAWVIDEO;
$data = do { local $/; <RAWVIDEO> };
close RAWVIDEO;

length $data >= $width * $height * 3
  or die "Not enough data f
Imager ( T/TO/TONYC/Imager-1.028.tar.gz, TONYC, 2025; MetaCPAN )
Imager/SGI/t/10read.t ( view source; MetaCPAN )
ATA, "< $filename"
    or die "Cannot open $filename: $!";
  binmode IMDATA;
  my $data = do { local $/; <IMDATA> };
  for my $offset (keys %$patches) {
    (my $hdata = $patches->{$offset}) =~ tr/ //
Imager ( T/TO/TONYC/Imager-1.028.tar.gz, TONYC, 2025; MetaCPAN )
Imager/GIF/t/t10gif.t ( view source; MetaCPAN )
/t105i.ppm";
  my $datai = do { local $/; <FH> };
  close FH;

  open FH, "<testout/t105ni.ppm" or die "Cannot open testout/t105ni.ppm";
  my $datani = do { local $/; <FH> };
  close FH;
  is($datai, 
CryptX ( M/MI/MIK/CryptX-0.087.tar.gz, MIK, 2025; MetaCPAN )
CryptX/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
Math-NLopt ( D/DJ/DJERIUS/Math-NLopt-0.11.tar.gz, DJERIUS, 2025; MetaCPAN )
Math-NLopt/lib/Math/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
Imager ( T/TO/TONYC/Imager-1.028.tar.gz, TONYC, 2025; MetaCPAN )
Imager/GIF/t/t20new.t ( view source; MetaCPAN )
.gif" 
      or die "Cannot open testimg/screen2.gif: $!";
    binmode FH;
    my $data = do { local $/; <FH>; };
    close FH;
    @imgs = Imager->read_multi(type=>'gif',
			       data=>$data);
    
Imager ( T/TO/TONYC/Imager-1.028.tar.gz, TONYC, 2025; MetaCPAN )
Imager/TIFF/t/10tiff.t ( view source; MetaCPAN )
.tif')
    or skip 'cannot open testimg/pengtile.tif', 4;
  
  binmode TIFF;
  my $data = do { local $/; <TIFF>; };
  
  # patch a tile offset
  substr($data, 0x1AFA0, 4) = pack("H*", "00000200");
  
Imager ( T/TO/TONYC/Imager-1.028.tar.gz, TONYC, 2025; MetaCPAN )
Imager/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
Archive-Tar-Builder ( X/XA/XAN/Archive-Tar-Builder-2.5006.tar.gz, XAN, 2025; MetaCPAN )
Archive-Tar-Builder/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
App-BS ( C/CR/CRABAPP/App-BS-0.tar.gz, CRABAPP, 2025; MetaCPAN )
App-BS/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
Archive-Unzip-Burst ( S/SM/SMUELLER/Archive-Unzip-Burst-0.03.tar.gz, SMUELLER, 2025; MetaCPAN )
Archive-Unzip-Burst/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 comment
Devel-Size ( N/NW/NWCLARK/Devel-Size-0.85.tar.gz, NWCLARK, 2025; MetaCPAN )
Devel-Size/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
OpenGL-GLFW ( E/ET/ETJ/OpenGL-GLFW-0.0403.tar.gz, ETJ, 2025; MetaCPAN )
OpenGL-GLFW/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
Thread-CSP ( L/LE/LEONT/Thread-CSP-0.015.tar.gz, LEONT, 2025; MetaCPAN )
Thread-CSP/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
Image-PNG-QRCode ( B/BK/BKB/Image-PNG-QRCode-0.11.tar.gz, BKB, 2025; MetaCPAN )
Image-PNG-QRCode/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-LibYAML ( T/TI/TINITA/YAML-LibYAML-v0.904.0.tar.gz, TINITA, 2025; MetaCPAN )
YAML-LibYAML/LibYAML/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
Clone ( A/AT/ATOOMIC/Clone-0.48_01.tar.gz, ATOOMIC, 2025; MetaCPAN )
Clone/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
POSIX-RT-Signal ( L/LE/LEONT/POSIX-RT-Signal-0.019.tar.gz, LEONT, 2025; MetaCPAN )
POSIX-RT-Signal/lib/POSIX/RT/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
Unicode-Precis-Preparation ( N/NE/NEZUMI/Unicode-Precis-Preparation-2025.004.tar.gz, NEZUMI, 2025; MetaCPAN )
Unicode-Precis-Preparation/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.