Group
Extension

Matches 1390

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
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
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
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
Rex ( F/FE/FERKI/Rex-1.16.1.tar.gz, FERKI, 2025; MetaCPAN )
Rex/lib/Rex/Output/JUnit.pm ( view source; MetaCPAN )
if ( !exists $self->{data} ) { return; }

  my $t    = Rex::Template->new;
  my $data = eval { local $/; <DATA>; };
  my $time = time() - $self->{time};

  if ( !exists $self->{data} ) {
    return;
 
POSIX-RT-Timer ( L/LE/LEONT/POSIX-RT-Timer-0.021.tar.gz, LEONT, 2025; MetaCPAN )
POSIX-RT-Timer/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
PHP-Serialization-XS ( K/KU/KULP/PHP-Serialization-XS-0.12.tar.gz, KULP, 2025; MetaCPAN )
PHP-Serialization-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
Term-ReadLine-Gnu ( H/HA/HAYASHI/Term-ReadLine-Gnu-1.47.tar.gz, HAYASHI, 2025; MetaCPAN )
Term-ReadLine-Gnu/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
OPCUA-Open62541 ( B/BL/BLUHM/OPCUA-Open62541-2.08.tar.gz, BLUHM, 2025; MetaCPAN )
OPCUA-Open62541/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
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/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/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
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
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/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/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/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, 

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