Group
Extension

Matches 1

Term-ReadLine-Gnu ( H/HA/HAYASHI/Term-ReadLine-Gnu-1.47.tar.gz, HAYASHI, 2025; MetaCPAN )
Term-ReadLine-Gnu/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.