Group
Extension

Matches 1369

Template-Toolkit ( T/TO/TODDR/Template-Toolkit-3.102.tar.gz, TODDR, 2024; MetaCPAN )
Template-Toolkit/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
POSIX-2008 ( C/CG/CGPAN/POSIX-2008-0.24.tar.gz, CGPAN, 2024; MetaCPAN )
POSIX-2008/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.024_008.tar.gz, TONYC, 2024; 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.024_008.tar.gz, TONYC, 2024; 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.024_008.tar.gz, TONYC, 2024; 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.024_008.tar.gz, TONYC, 2024; 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/ //
Devel-Cover ( P/PJ/PJCJ/Devel-Cover-1.44.tar.gz, PJCJ, 2024; MetaCPAN )
Devel-Cover/lib/Devel/Cover/Test.pm ( view source; MetaCPAN )
gv eq "0" || $gv eq $]) {
    open G, "$gold" or die "Cannot open $gold: $!";
    my $g = do { local $/; <G> };
    close G or die "Cannot close $gold: $!";

    print STDERR "checking $new_gold again
Imager ( T/TO/TONYC/Imager-1.024_008.tar.gz, TONYC, 2024; 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
Mac-Pasteboard ( W/WY/WYANT/Mac-Pasteboard-0.105.tar.gz, WYANT, 2024; MetaCPAN )
Mac-Pasteboard/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.024_008.tar.gz, TONYC, 2024; 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");
  
XML-LibXSLT ( S/SH/SHLOMIF/XML-LibXSLT-2.003000.tar.gz, SHLOMIF, 2024; MetaCPAN )
XML-LibXSLT/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.024_008.tar.gz, TONYC, 2024; 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
Crypt-OpenSSL-AES ( T/TI/TIMLEGGE/Crypt-OpenSSL-AES-0.21.tar.gz, TIMLEGGE, 2024; MetaCPAN )
Crypt-OpenSSL-AES/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-PKCS10 ( T/TI/TIMLEGGE/Crypt-OpenSSL-PKCS10-0.26.tar.gz, TIMLEGGE, 2024; MetaCPAN )
Crypt-OpenSSL-PKCS10/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
perl-libssh ( Q/QG/QGARNIER/perl-libssh-1.0.zip, QGARNIER, 2024; MetaCPAN )
perl-libssh/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.38.tar.gz, RURBAN, 2024; 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
Data-ULID-XS ( B/BR/BRTASTIC/Data-ULID-XS-1.000.tar.gz, BRTASTIC, 2024; MetaCPAN )
Data-ULID-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
Google-ProtocolBuffers-Dynamic ( M/MB/MBARBON/Google-ProtocolBuffers-Dynamic-0.43.tar.gz, MBARBON, 2024; MetaCPAN )
Google-ProtocolBuffers-Dynamic/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
PerlIO-win32console ( T/TO/TONYC/PerlIO-win32console-0.001.tar.gz, TONYC, 2024; MetaCPAN )
PerlIO-win32console/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
SWISH-3 ( K/KA/KARMAN/SWISH-3-1.000016.tar.gz, KARMAN, 2024; MetaCPAN )
SWISH-3/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.