Group
Extension

Matches 1393

YAML-Safe ( R/RU/RURBAN/YAML-Safe-0.83.tar.gz, RURBAN, 2025; MetaCPAN )
YAML-Safe/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.86.tar.gz, MHX, 2025; 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 );
}
YAML-Safe ( R/RU/RURBAN/YAML-Safe-0.83.tar.gz, RURBAN, 2025; MetaCPAN )
YAML-Safe/note/memleak.pl ( view source; MetaCPAN )
) {
        say "EVAL_ERROR: $@\nfailed to convert YAML string: $str";
    }
}

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

my $count = $ARGV[0] || 1000;
my $sleep = $ARGV[1] || 3;
for my $i (0 .. $count) {
 
Convert-Binary-C ( M/MH/MHX/Convert-Binary-C-0.86.tar.gz, MHX, 2025; 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) };
 
JSON-SIMD ( P/PJ/PJUHASZ/JSON-SIMD-1.07.tar.gz, PJUHASZ, 2025; MetaCPAN )
JSON-SIMD/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
Filter ( R/RU/RURBAN/Filter-1.65.tar.gz, RURBAN, 2025; MetaCPAN )
Filter/Call/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
Set-Object ( R/RU/RURBAN/Set-Object-1.43.tar.gz, RURBAN, 2025; MetaCPAN )
Set-Object/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
Cpanel-JSON-XS ( R/RU/RURBAN/Cpanel-JSON-XS-4.40.tar.gz, RURBAN, 2025; 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
Opcodes ( R/RU/RURBAN/Opcodes-0.16.tar.gz, RURBAN, 2025; MetaCPAN )
Opcodes/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
Text-Diff-Unified-XS ( P/PI/PINE/Text-Diff-Unified-XS-0.10.tar.gz, PINE, 2025; MetaCPAN )
Text-Diff-Unified-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
IO-FD ( D/DR/DRCLAW/IO-FD-v0.3.11.tar.gz, DRCLAW, 2025; MetaCPAN )
IO-FD/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-Sodium-XS ( I/IA/IAMB/Crypt-Sodium-XS-0.000039.tar.gz, IAMB, 2025; MetaCPAN )
Crypt-Sodium-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
App-Greple-pw ( U/UT/UTASHIRO/App-Greple-pw-1.02.tar.gz, UTASHIRO, 2025; MetaCPAN )
App-Greple-pw/lib/App/Greple/pw.pm ( view source; MetaCPAN )
"-|") // die) == 0) {
	exec 'osascript', '-e', $script or die;
    } else {
	my $result = do { local $/; <CMD> };
	close CMD;
	warn $result if config('debug');
	return $result =~ /missing value/ ? und
Data-Roundtrip ( B/BL/BLIAKO/Data-Roundtrip-0.30.tar.gz, BLIAKO, 2025; 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.30.tar.gz, BLIAKO, 2025; 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
POSIX-2008 ( C/CG/CGPAN/POSIX-2008-0.26.tar.gz, CGPAN, 2025; MetaCPAN )
POSIX-2008/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
Scalar-List-Utils ( P/PE/PEVANS/Scalar-List-Utils-1.70.tar.gz, PEVANS, 2025; MetaCPAN )
Scalar-List-Utils/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.30.tar.gz, BLIAKO, 2025; 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.30.tar.gz, BLIAKO, 2025; 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.30.tar.gz, BLIAKO, 2025; 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

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