Group
Extension

Matches 1381

Plex ( S/SC/SCIO/Plex.tar.gz, SCIO, 2010; MetaCPAN )
Plex/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
File-fgets ( M/MS/MSCHWERN/File-fgets-v0.0.4.tar.gz, MSCHWERN, 2010; MetaCPAN )
File-fgets/lib/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
GSSAPI ( A/AG/AGROLMS/GSSAPI-0.28.tar.gz, AGROLMS, 2010; MetaCPAN )
GSSAPI/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
Digest-FP56x1xor ( J/JN/JNW/Digest-FP56x1xor-0.15.tar.gz, JNW, 2010; MetaCPAN )
Digest-FP56x1xor/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 comment
Text-Fracture ( J/JN/JNW/Text-Fracture-1.02.tar.gz, JNW, 2010; MetaCPAN )
Text-Fracture/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 comment
Language-Befunge-Vector-XS ( J/JQ/JQUELIN/Language-Befunge-Vector-XS-1.1.1.tar.gz, JQUELIN, 2010; MetaCPAN )
Language-Befunge-Vector-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
FTDI-D2XX ( M/MV/MVOELKER/FTDI/FTDI-D2XX-0.06.tar.gz, MVOELKER, 2010; MetaCPAN )
FTDI-D2XX/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 comment
Internals-GraphArenas ( J/JJ/JJORE/Internals-GraphArenas-0.01.tar.gz, JJORE, 2010; MetaCPAN )
Internals-GraphArenas/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
Hook-Modular ( M/MA/MARCEL/Hook-Modular-1.101050.tar.gz, MARCEL, 2010; MetaCPAN )
Hook-Modular/lib/Hook/Modular/Test.pm ( view source; MetaCPAN )
 t/45blah.t

  use Hook::Modular::Test ':all';

  my $config_filename = write_config_file(do { local $/; <DATA> });

  sub run {
      # ...
  }

  __DATA__
  global:
    log:
      level: error
  ...
Linux-Personality ( S/SC/SCHWIGON/linux-personality/Linux-Personality-0.01.tar.gz, SCHWIGON, 2010; MetaCPAN )
Linux-Personality/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
DVD-Read ( N/NA/NANARDON/DVD-Read-0.04.tar.gz, NANARDON, 2010; MetaCPAN )
DVD-Read/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
BSD-devstat ( K/KU/KURIYAMA/BSD-devstat-0.02.tar.gz, KURIYAMA, 2010; MetaCPAN )
BSD-devstat/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
Regexp-MinLength ( L/LM/LMETCALF/Regexp-MinLength-0.03.tar.gz, LMETCALF, 2010; MetaCPAN )
Regexp-MinLength/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 comment
String-FlexMatch ( M/MA/MARCEL/String-FlexMatch-1.100820.tar.gz, MARCEL, 2010; MetaCPAN )
String-FlexMatch/lib/String/FlexMatch.pm ( view source; MetaCPAN )
se String::FlexMatch;
  use YAML;

  sub frobnicate { $_[0] + $_[1] }

  my $tests = Load do { local $/; <DATA> };
  plan tests => scalar @$tests;

  for my $test (@$tests) {
    my $baz = frobnicate(
Mozilla-ObserverService ( B/BO/BOSU/Mozilla-ObserverService-0.04.tar.gz, BOSU, 2010; MetaCPAN )
Mozilla-ObserverService/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 comment
CDB-TinyCDB ( A/AJ/AJGB/CDB-TinyCDB-0.05.tar.gz, AJGB, 2010; MetaCPAN )
CDB-TinyCDB/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
Math-Lsoda ( S/SY/SYNCLOVER/Math-Lsoda-0.04.tar.gz, SYNCLOVER, 2010; MetaCPAN )
Math-Lsoda/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
String-LCSS_XS ( L/LI/LIMAONE/String-LCSS_XS-1.2.tar.gz, LIMAONE, 2010; MetaCPAN )
String-LCSS_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
Scalar-Array ( A/AL/ALFIE/Scalar-Array-0.02.tar.gz, ALFIE, 2010; MetaCPAN )
Scalar-Array/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
Digest-MurmurHash ( T/TM/TMAESAKA/Digest-MurmurHash-0.11.tar.gz, TMAESAKA, 2010; MetaCPAN )
Digest-MurmurHash/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 comment

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