Group
Extension

Matches 1381

Test-Smoke ( C/CO/CONTRA/Test-Smoke-1.84.tar.gz, CONTRA, 2025; MetaCPAN )
Test-Smoke/bin/smokestatus.pl ( view source; MetaCPAN )
    my $status;
            if ( open REPORT, "< $a_rpt" ) {
                my $report = do { local $/; <REPORT> };
                close REPORT;
                my $summary = ( parse_report_Config( 
Test-Smoke ( C/CO/CONTRA/Test-Smoke-1.84.tar.gz, CONTRA, 2025; MetaCPAN )
Test-Smoke/lib/Test/Smoke/Util.pm ( view source; MetaCPAN )
rn if ! defined $logfile;

    open my $fh, "<", $logfile  or return undef;
    my $log = do { local $/; <$fh> };
    close $fh;

    my $es = eval { decode("utf-8",  $log, Encode::FB_CROAK ) };
    $
;
    local *PATCHLEVEL;
    if ( open PATCHLEVEL, "< $file" ) {
        my $patchlevel = do { local $/; <PATCHLEVEL> };
        close PATCHLEVEL;

        if ( $patchlevel =~ /^#define PATCHLEVEL\s+(
OpenMP-Simple ( O/OO/OODLER/OpenMP-Simple-0.2.6.tar.gz, OODLER, 2025; MetaCPAN )
OpenMP-Simple/share/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
Test-Smoke ( C/CO/CONTRA/Test-Smoke-1.84.tar.gz, CONTRA, 2025; MetaCPAN )
Test-Smoke/lib/Test/Smoke/BuildCFG.pm ( view source; MetaCPAN )
ef $nameorref eq 'GLOB' ) {
        *BUILDCFG = *$nameorref;
        $self->{_buildcfg} = do { local $/; <BUILDCFG> };
        $vmsg = "anonymous filehandle";
    } else {
        if ( $nameorref ) {
 $bcfg_file);
    my $content;
    if (open(my $fh, '<', $fullname)) {
        $content = do { local $/; <$fh> };
        close($fh);
    }
    else {
        warn("Cannot open($fullname): $!");
     
Test-Smoke ( C/CO/CONTRA/Test-Smoke-1.84.tar.gz, CONTRA, 2025; MetaCPAN )
Test-Smoke/lib/Test/Smoke/Mailer/Base.pm ( view source; MetaCPAN )
;

    local *REPORT;
    if ( open REPORT, "< $self->{file}" ) {
        $self->{body} = do { local $/; <REPORT> };
        close REPORT;
    } else {
        require Carp;
        Carp::croak( "Cann
Test-Smoke ( C/CO/CONTRA/Test-Smoke-1.84.tar.gz, CONTRA, 2025; MetaCPAN )
Test-Smoke/lib/Test/Smoke/Patcher.pm ( view source; MetaCPAN )
ent';
    } elsif ( ref $pfile eq 'GLOB' ) {
        *PATCH = *$pfile;
        $content = do { local $/; <PATCH> };
        $self->{pfinfo} ||= 'file content';
    } else {
        my $full_name = Fil

            Carp::croak( "Cannot open '$full_name': $!" );
        };
        $content = do { local $/; <PATCH> };
        close PATCH;
    }

    $self->{v} and print "Get patch from $self->{pfinfo}
Test-Smoke ( C/CO/CONTRA/Test-Smoke-1.84.tar.gz, CONTRA, 2025; MetaCPAN )
Test-Smoke/lib/Test/Smoke/Reporter.pm ( view source; MetaCPAN )
ef $nameorref eq 'GLOB' ) {
        *SMOKERSLT = *$nameorref;
        $self->{_outfile} = do { local $/; <SMOKERSLT> };
        $vmsg = "from anonymous filehandle";
    } else {
        if ( $nameorre
Bitcoin-Secp256k1 ( B/BR/BRTASTIC/Bitcoin-Secp256k1-0.008.tar.gz, BRTASTIC, 2025; MetaCPAN )
Bitcoin-Secp256k1/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
overload-substr ( P/PE/PEVANS/overload-substr-0.04.tar.gz, PEVANS, 2025; MetaCPAN )
overload-substr/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-raylib5 ( P/PE/PERIGRIN/Alien-raylib5-0.03.tar.gz, PERIGRIN, 2025; 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 }, 
Alien-raylib5 ( P/PE/PERIGRIN/Alien-raylib5-0.03.tar.gz, PERIGRIN, 2025; 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_
Bio-Phylo-Forest-DBTree ( R/RV/RVOSA/Bio-Phylo-Forest-DBTree-v0.2.1.tar.gz, RVOSA, 2025; MetaCPAN )
Bio-Phylo-Forest-DBTree/lib/Bio/Phylo/Forest/DBTree.pm ( view source; MetaCPAN )
	my $class = shift;
	my $file  = shift;
	my $sqlite3 = shift || 'sqlite3';
	my $command = do { local $/; <DATA> };
	system("echo '$command' | sqlite3 '$file'") == 0 or die 'Create failed!';
}

=head2 
POSIX-RT-Timer ( L/LE/LEONT/POSIX-RT-Timer-0.020.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
Signal-Info ( L/LE/LEONT/Signal-Info-0.006.tar.gz, LEONT, 2025; MetaCPAN )
Signal-Info/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
JavaScript-Duktape-XS ( G/GO/GONZUS/JavaScript-Duktape-XS-0000081targz/JavaScript-Duktape-XS-0.000081.tar.gz, GONZUS, 2025; MetaCPAN )
JavaScript-Duktape-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
Algorithm-CP-IZ ( T/TO/TOSHIFJW/Algorithm-CP-IZ-0.07.tar.gz, TOSHIFJW, 2025; MetaCPAN )
Algorithm-CP-IZ/ppport.h ( view source; MetaCPAN )
 from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # Temporarily remove C/XS
Image-PNG-Libpng ( B/BK/BKB/Image-PNG-Libpng-0.59.tar.gz, BKB, 2025; MetaCPAN )
Image-PNG-Libpng/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
Plate ( V/VL/VLYON/Plate-1.7.tar.gz, VLYON, 2025; MetaCPAN )
Plate/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
DateTime ( D/DR/DROLSKY/DateTime-1.66.tar.gz, DROLSKY, 2025; MetaCPAN )
DateTime/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.25.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

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