Group
Extension

Matches 1369

CPAN ( A/AN/ANDK/CPAN-2.38-TRIAL2.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
Gzip-Libdeflate ( B/BK/BKB/Gzip-Libdeflate-0.10.tar.gz, BKB, 2024; MetaCPAN )
Gzip-Libdeflate/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-Roundtrip ( B/BL/BLIAKO/Data-Roundtrip-0.29.tar.gz, BLIAKO, 2024; MetaCPAN )
Data-Roundtrip/script/json2json.pl ( view source; MetaCPAN )
ed.\n"; exit(1) }
} elsif( ! defined $INPUT_STRING ){
	# read from STDIN
	$INPUT_STRING = do { local $/; <STDIN> }
}

my $result = Data::Roundtrip::json2json($INPUT_STRING, \%params);
if( ! defined $r
Data-Roundtrip ( B/BL/BLIAKO/Data-Roundtrip-0.29.tar.gz, BLIAKO, 2024; MetaCPAN )
Data-Roundtrip/script/yaml2json.pl ( view source; MetaCPAN )
ed.\n"; exit(1) }
} elsif( ! defined $INPUT_STRING ){
	# read from STDIN
	$INPUT_STRING = do { local $/; <STDIN> }
}

my $result = Data::Roundtrip::yaml2json($INPUT_STRING, \%params);
if( ! defined $r
Data-Roundtrip ( B/BL/BLIAKO/Data-Roundtrip-0.29.tar.gz, BLIAKO, 2024; MetaCPAN )
Data-Roundtrip/script/perl2json.pl ( view source; MetaCPAN )
ed.\n"; exit(1) }
} elsif( ! defined $INPUT_STRING ){
	# read from STDIN
	$INPUT_STRING = do { local $/; <STDIN> }
}

my $result = Data::Roundtrip::dump2json($INPUT_STRING, \%params);
if( ! defined $r
CPAN ( A/AN/ANDK/CPAN-2.38-TRIAL2.tar.gz, ANDK, 2024; MetaCPAN )
CPAN/lib/CPAN/Distribution.pm ( view source; MetaCPAN )
                 "'$build_prereqs': $!");
                                   local $/;
                                   <FH>;
                               };
                my $bphash = eval $con
Data-Roundtrip ( B/BL/BLIAKO/Data-Roundtrip-0.29.tar.gz, BLIAKO, 2024; MetaCPAN )
Data-Roundtrip/script/yaml2perl.pl ( view source; MetaCPAN )
ed.\n"; exit(1) }
} elsif( ! defined $INPUT_STRING ){
	# read from STDIN
	$INPUT_STRING = do { local $/; <STDIN> }
}

my $result = Data::Roundtrip::yaml2dump($INPUT_STRING, \%params);
if( ! defined $r
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
CPAN ( A/AN/ANDK/CPAN-2.38-TRIAL2.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
CryptX ( M/MI/MIK/CryptX-0.084.tar.gz, MIK, 2024; MetaCPAN )
CryptX/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-Lexer ( I/IS/ISHIGAKI/Perl-Lexer-0.37.tar.gz, ISHIGAKI, 2024; MetaCPAN )
Perl-Lexer/lib/Perl/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-SocketAlarm ( N/NE/NERDVANA/IO-SocketAlarm-0.003.tar.gz, NERDVANA, 2024; MetaCPAN )
IO-SocketAlarm/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
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.85.tar.gz, MHX, 2024; MetaCPAN )
Convert-Binary-C/tests/230_compiler.t ( view source; MetaCPAN )
lurp
{
  my $file = shift;
  local *F;
  open F, $file or die "$file: $!\n";
  my $data = do { local $/; <F> };
  close F;
  return $data;
}

for my $cur (sort keys %cc) {
  print "# -- $cur --\n";

 
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.85.tar.gz, MHX, 2024; MetaCPAN )
Convert-Binary-C/tests/602_threads.t ( view source; MetaCPAN )
ed\n";
    }
    else {
      open FH, "tests/include/include.c" or die;
      my $code = do { local $/; <FH> };
      close FH;
      print "# parse ($arg) called\n";
      $p->parse($code);
      pr
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.85.tar.gz, MHX, 2024; MetaCPAN )
Convert-Binary-C/tests/203_warnings.t ( view source; MetaCPAN )
rt::Binary::C::Cached;

$^W = 1;

BEGIN { plan tests => 7302 }

my($code, $data);
$code = do { local $/; <DATA> };
$data = "abcd";

my %code = (
  macro => <<'ENDC',
#define FOO 1
#define FOO 2
ENDC
 
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.85.tar.gz, MHX, 2024; MetaCPAN )
Convert-Binary-C/tests/223_initializer.t ( view source; MetaCPAN )
 parse full initialization code");

  ok( @warn == 0 );
}

for my $snip ( split /={40,}/, do { local $/; <DATA> } ) {
  my($code, @tests) = split /-{40,}/, $snip;
  eval { $c->clean->parse($code) };
 
Alt-Crypt-OpenSSL-PKCS12-Broadbean ( D/DA/DAKKAR/Alt-Crypt-OpenSSL-PKCS12-Broadbean-1.93.tar.gz, DAKKAR, 2024; MetaCPAN )
Alt-Crypt-OpenSSL-PKCS12-Broadbean/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
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.85.tar.gz, MHX, 2024; MetaCPAN )
Convert-Binary-C/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
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.85.tar.gz, MHX, 2024; MetaCPAN )
Convert-Binary-C/tests/801_examples.t ( view source; MetaCPAN )
my $open;

  print "# checking '$ex'\n";

  if( $open = open FILE, "$perl $ex |" ) {
    $out = do { local $/; <FILE> };
    close FILE;
  }

  ok( $open );
  ok( length($out) > 0 );
  ok( $?, 0 );
}
Crypt-OpenSSL-PKCS12 ( J/JO/JONASBN/Crypt-OpenSSL-PKCS12-1.94.tar.gz, JONASBN, 2024; MetaCPAN )
Crypt-OpenSSL-PKCS12/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.