Group
Extension

Matches 1384

XML-Hash-XS ( Y/YO/YOREEK/XML-Hash-XS-0.64.tar.gz, YOREEK, 2025; MetaCPAN )
XML-Hash-XS/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
Sub-Name ( E/ET/ETHER/Sub-Name-0.28.tar.gz, ETHER, 2024; MetaCPAN )
Sub-Name/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
FFI-Platypus ( P/PL/PLICEASE/FFI-Platypus-2.10.tar.gz, PLICEASE, 2024; MetaCPAN )
FFI-Platypus/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
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);
Cpanel-JSON-XS ( R/RU/RURBAN/Cpanel-JSON-XS-4.39.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
Math-3Space ( N/NE/NERDVANA/Math-3Space-0.008.tar.gz, NERDVANA, 2024; MetaCPAN )
Math-3Space/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
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/Distribution.pm ( view source; MetaCPAN )
                 "'$build_prereqs': $!");
                                   local $/;
                                   <FH>;
                               };
                my $bphash = eval $con
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
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
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
Alien-Build ( P/PL/PLICEASE/Alien-Build-2.84.tar.gz, PLICEASE, 2024; MetaCPAN )
Alien-Build/corpus/lib/Alien/Foo1/ConfigData.pm ( view source; MetaCPAN )
package Alien::Foo1::ConfigData;
use strict;
my $arrayref = eval do {local $/; <DATA>}
  or die "Couldn't load ConfigData data: $@";
close DATA;
my ($config, $features, $auto_features) = @$arrayref;

Alien-Build ( P/PL/PLICEASE/Alien-Build-2.84.tar.gz, PLICEASE, 2024; MetaCPAN )
Alien-Build/lib/Test/Alien.pm ( view source; MetaCPAN )
st2::V0;
 use Test::Alien;
 use Alien::Editline;
 
 alien_ok 'Alien::Editline';
 my $xs = do { local $/; <DATA> };
 xs_ok $xs, with_subtest {
   my($module) = @_;
   ok $module->version;
 };
 
 done_t
Alien-Build ( P/PL/PLICEASE/Alien-Build-2.84.tar.gz, PLICEASE, 2024; MetaCPAN )
Alien-Build/corpus/lib/Alien/Foo2/ConfigData.pm ( view source; MetaCPAN )
package Alien::Foo2::ConfigData;
use strict;
my $arrayref = eval do {local $/; <DATA>}
  or die "Couldn't load ConfigData data: $@";
close DATA;
my ($config, $features, $auto_features) = @$arrayref;

Alien-Build ( P/PL/PLICEASE/Alien-Build-2.84.tar.gz, PLICEASE, 2024; MetaCPAN )
Alien-Build/lib/Alien/Build/Manual/AlienAuthor.pod ( view source; MetaCPAN )
se Test2::V0;
 use Test::Alien;
 use Alien::Libfoo;
 
 alien_ok 'Alien::Libfoo';
 
 xs_ok do { local $/; <DATA> }, with_subtest {
   is Foo::something(), 1, 'Foo::something() returns 1';
 };
 
 done_t
Alien-Build ( P/PL/PLICEASE/Alien-Build-2.84.tar.gz, PLICEASE, 2024; MetaCPAN )
Alien-Build/lib/Test/Alien/Synthetic.pm ( view source; MetaCPAN )
=> scalar $real->libs,
   dynamic_libs => [$real->dlls],
 };
 
 alien_ok $alien;
 
 xs_ok do { local $/; <DATA> }, with_subtest {
   my($module) = @_;
   my $ptr = $module->archive_read_new;
   like $
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
DBD-SQLite ( I/IS/ISHIGAKI/DBD-SQLite-1.76.tar.gz, ISHIGAKI, 2024; MetaCPAN )
DBD-SQLite/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
MHFS-XS ( G/GA/GAHAYES/MHFS-XS-v0.2.4.tar.gz, GAHAYES, 2024; MetaCPAN )
MHFS-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

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