Group
Extension

Matches 1381

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;

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
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
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/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
Algorithm-AM ( N/NG/NGLENN/Algorithm-AM-3.13.tar.gz, NGLENN, 2024; MetaCPAN )
Algorithm-AM/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/json2perl.pl ( view source; MetaCPAN )
ed.\n"; exit(1) }
} elsif( ! defined $INPUT_STRING ){
	# read from STDIN
	$INPUT_STRING = do { local $/; <STDIN> }
}

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

my $result = Data::Roundtrip::json2yaml($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
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
BerkeleyDB ( P/PM/PMQS/BerkeleyDB-0.66.tar.gz, PMQS, 2024; MetaCPAN )
BerkeleyDB/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/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/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) };
 
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/224_typeof.t ( view source; MetaCPAN )
Binary::C @ARGV;

$^W = 1;

BEGIN { plan tests => 31 }

($code, $tests) = split /-{40,}/, do { local $/; <DATA> }, 2;
@tests = map { chomp; /^\s*(.*?)\s*=>\s*(.*?)\s*$/ ? { name => $1, type => $2 } : 
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/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
 
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
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
X11-XCB ( Z/ZH/ZHMYLOVE/X11-XCB-0.23.tar.gz, ZHMYLOVE, 2024; MetaCPAN )
X11-XCB/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.