Group
Extension

Matches 2

EBook-Ishmael ( S/SA/SAMYOUNG/EBook-Ishmael-1.09.tar.gz, SAMYOUNG, 2025; MetaCPAN )
EBook-Ishmael/lib/EBook/Ishmael.pm ( view source; MetaCPAN )
    my ($h, $p) = tempfile(UNLINK => 1);
            binmode $h;
            print { $h } do { local $/; <STDIN> };
            close $h;
            $p;
        };
    } else {
        return $file;
EBook-Ishmael ( S/SA/SAMYOUNG/EBook-Ishmael-1.09.tar.gz, SAMYOUNG, 2025; MetaCPAN )
EBook-Ishmael/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.