Group
Extension

Matches 1381

TOML-Tiny ( O/OA/OALDERS/TOML-Tiny-0.20.tar.gz, OALDERS, 2025; MetaCPAN )
TOML-Tiny/lib/TOML/Tiny.pm ( view source; MetaCPAN )
 ':encoding(UTF-8)';
  binmode STDOUT, ':encoding(UTF-8)';

  # Decoding TOML
  my $toml = do{ local $/; <STDIN> };
  my ($parsed, $error) = from_toml $toml;

  # Encoding TOML
  say to_toml({
    stu
Win32-ExeAsDll ( B/BU/BULKDD/Win32/Win32-ExeAsDll-0.01.tar.gz, BULKDD, 2025; MetaCPAN )
Win32-ExeAsDll/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
App-Spec ( T/TI/TINITA/App-Spec-v0.15.0.tar.gz, TINITA, 2025; MetaCPAN )
App-Spec/lib/App/Spec/Plugin/Meta.pm ( view source; MetaCPAN )
e List::Util qw/ any /;

use Moo;
with 'App::Spec::Role::Plugin::Subcommand';

my $yaml = do { local $/; <DATA> };

sub install_subcommands {
    my ($class, %args) = @_;
    my $parent = $args{spec};
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 
XS-Install ( S/SY/SYBER/XS-Install-1.4.0.tar.gz, SYBER, 2025; MetaCPAN )
XS-Install/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/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/bin/tssmokestatus.pl ( view source; MetaCPAN )
    my $status;
            if ( open REPORT, "< $a_rpt" ) {
                my $report = do { local $/; <REPORT> };
                close REPORT;
                my $summary = ( parse_report_Config( 
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
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
LMDB_File ( S/SO/SORTIZ/LMDB_File-0.14.tar.gz, SORTIZ, 2025; MetaCPAN )
LMDB_File/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/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
OpenGL-GLUT ( E/ET/ETJ/OpenGL-GLUT-0.7201.tar.gz, ETJ, 2025; MetaCPAN )
OpenGL-GLUT/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
Test-Smoke ( C/CO/CONTRA/Test-Smoke-1.84.tar.gz, CONTRA, 2025; MetaCPAN )
Test-Smoke/lib/Test/Smoke/Policy.pm ( view source; MetaCPAN )
sif ( ref $srcpath eq 'GLOB' ) {

        *POLICY = *$srcpath;
        $self->{_policy} = do { local $/; <POLICY> };
        $vmsg = "anonymous filehandle";

    } else {
        $srcpath = File::Spec
);
            $vmsg = "default content";
        } else {
            $self->{_policy} = do { local $/; <POLICY> };
            close POLICY;
            $vmsg = $p_name;
        }

    }
    $self->
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/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+(
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/Reporter.pm ( view source; MetaCPAN )
ef $nameorref eq 'GLOB' ) {
        *SMOKERSLT = *$nameorref;
        $self->{_outfile} = do { local $/; <SMOKERSLT> };
        $vmsg = "from anonymous filehandle";
    } else {
        if ( $nameorre
Imager ( T/TO/TONYC/Imager-1.027.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.027.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.027.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.