Group
Extension

Matches 1385

X11-XCB ( Z/ZH/ZHMYLOVE/X11-XCB-0.24.tar.gz, ZHMYLOVE, 2025; MetaCPAN )
X11-XCB/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
Moose ( E/ET/ETHER/Moose-2.4000.tar.gz, ETHER, 2025; MetaCPAN )
Moose/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
CSAF ( G/GD/GDT/CSAF-0.26.tar.gz, GDT, 2025; MetaCPAN )
CSAF/lib/App/CSAF/Validator.pm ( view source; MetaCPAN )
nput from STDIN
    if (-p STDIN || -f STDIN) {
        $csaf_parser_options->{content} = do { local $/; <STDIN> };
    }

    if (defined $options{file}) {
        $csaf_parser_options->{file} = $opt
Crypt-OpenSSL-BaseFunc ( A/AB/ABBYPAN/Crypt-OpenSSL-BaseFunc-0.039.tar.gz, ABBYPAN, 2025; MetaCPAN )
Crypt-OpenSSL-BaseFunc/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
Extism ( E/EX/EXTISM/Extism-v0.3.1.tar.gz, EXTISM, 2025; MetaCPAN )
Extism/lib/Extism/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/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/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
Zonemaster-LDNS ( Z/ZN/ZNMSTR/Zonemaster-LDNS-5.0.0.tar.gz, ZNMSTR, 2025; MetaCPAN )
Zonemaster-LDNS/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/JPEG/t/t10jpeg.t ( view source; MetaCPAN )
img/exiftest.jpg"
    or skip "can't open base data", 1;
  binmode BASEDATA;
  my $data = do { local $/; <BASEDATA> };
  close BASEDATA;
  
  substr($data, 3, 1) eq "\xE1"
    or skip "base data isn't
img/exiftest.jpg"
    or skip "can't open base data", 1;
  binmode BASEDATA;
  my $data = do { local $/; <BASEDATA> };
  close BASEDATA;
  substr($data, -1000) = '';
  
  my $im = Imager->new;
  ok($i
img/exiftest.jpg"
    or skip "can't open base data", 1;
  binmode BASEDATA;
  my $data = do { local $/; <BASEDATA> };
  close BASEDATA;
  substr($data, 2, 0) = $app13;
  
  my $im = Imager->new;
  ok
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/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/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, 
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/ //
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
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
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-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
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
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

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