Group
Extension

Matches 1371

Crypt-DSA ( T/TI/TIMLEGGE/Crypt-DSA-1.19.tar.gz, TIMLEGGE, 2024; MetaCPAN )
Crypt-DSA/lib/Crypt/DSA/Key.pm ( view source; MetaCPAN )
$fname = delete $param{Filename}) {
        open FH, $fname or return;
        my $blob = do { local $/; <FH> };
        close FH;
        $param{Content} = $blob;
    }
    $key->deserialize(%param);
IO-Compress-Brotli ( T/TI/TIMLEGGE/IO-Compress-Brotli-0.019.tar.gz, TIMLEGGE, 2024; MetaCPAN )
IO-Compress-Brotli/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 ( A/AN/ANDK/CPAN-2.38.tar.gz, ANDK, 2024; MetaCPAN )
CPAN/lib/CPAN/Kwalify.pm ( view source; MetaCPAN )
             open FH, $path or die "Could not open '$path': $!";
                    local $/;
                    <FH>;
                };
                $VAR1 = undef;
                eval $content
  }
        local *FH;
        open FH, $path or die "Could not open '$path': $!";
        local $/;
        <FH>;
    };
    return $content;
}

1;

# Local Variables:
# mode: cperl
# cperl-indent-le
CPAN ( A/AN/ANDK/CPAN-2.38.tar.gz, ANDK, 2024; MetaCPAN )
CPAN/lib/CPAN/FTP.pm ( view source; MetaCPAN )
          open FH, $aslocal or die;
                                       local $/;
                                       <FH> };
                    if ($content =~ /^<.*(<title>[45]|Error [45])/si
CPAN ( A/AN/ANDK/CPAN-2.38.tar.gz, ANDK, 2024; MetaCPAN )
CPAN/lib/CPAN/Distribution.pm ( view source; MetaCPAN )
                 "'$build_prereqs': $!");
                                   local $/;
                                   <FH>;
                               };
                my $bphash = eval $con
Imager ( T/TO/TONYC/Imager-1.025.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, 
Crypt-HSM ( L/LE/LEONT/Crypt-HSM-0.019.tar.gz, LEONT, 2024; MetaCPAN )
Crypt-HSM/lib/Crypt/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.025.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");
  
Imager ( T/TO/TONYC/Imager-1.025.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
Imager ( T/TO/TONYC/Imager-1.025.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.025.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
Alien-raylib5 ( P/PE/PERIGRIN/Alien-raylib5-0.02.tar.gz, PERIGRIN, 2024; MetaCPAN )
Alien-raylib5/Alien-raylib5-0.01/t/header.t ( view source; MetaCPAN )
Win32' and not $ENV{ALIEN_RAYLIB_FORCE_TEST_HEADER};

alien_ok 'Alien::raylib5';
my $xs = do { local $/; <DATA> };
diag "Trying out GetRandomValue via header";
xs_ok { xs => $xs, verbose => 1 }, with_
Imager ( T/TO/TONYC/Imager-1.025.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/ //
Alien-raylib5 ( P/PE/PERIGRIN/Alien-raylib5-0.02.tar.gz, PERIGRIN, 2024; MetaCPAN )
Alien-raylib5/Alien-raylib5-0.01/t/init.t ( view source; MetaCPAN )
05;
use Alien::raylib5;

skip_all "Debug this test";

alien_ok 'Alien::raylib5';
my $xs = do { local $/; <DATA> };
diag "Trying out GetRandomValue via declaration";
xs_ok { xs => $xs, verbose => 1 }, 
Imager ( T/TO/TONYC/Imager-1.025.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
Net-AMQP-RabbitMQ ( M/MS/MSTEMLE/Net-AMQP-RabbitMQ-2.40014.tar.gz, MSTEMLE, 2024; MetaCPAN )
Net-AMQP-RabbitMQ/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
Neo4j-Bolt ( A/AJ/AJNN/Neo4j-Bolt-0.5000.tar.gz, AJNN, 2024; MetaCPAN )
Neo4j-Bolt/include/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.15.0.tar.gz, FERKI, 2024; 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;
 
Text-CSV_XS ( H/HM/HMBRAND/Text-CSV_XS-1.57.tgz, HMBRAND, 2024; MetaCPAN )
Text-CSV_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
Crypt-MatrixSSL3 ( P/PO/POWERMAN/Crypt-MatrixSSL3-v3.9.4.tar.gz, POWERMAN, 2024; MetaCPAN )
Crypt-MatrixSSL3/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.