Group
Extension

Matches 1

Scalar-List-Utils ( P/PE/PEVANS/Scalar-List-Utils-1.68.tar.gz, PEVANS, 2024; 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

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