Group
Extension

Matches 1392

Class-Easy ( A/AP/APLA/Class-Easy-0.18.tar.gz, APLA, 2012; MetaCPAN )
Class-Easy/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
Imager-Screenshot ( T/TO/TONYC/Imager-Screenshot-0.012.tar.gz, TONYC, 2012; MetaCPAN )
Imager-Screenshot/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
Perlbal ( D/DO/DORMANDO/Perlbal-1.80.tar.gz, DORMANDO, 2012; MetaCPAN )
Perlbal/lib/Perlbal/Test.pm ( view source; MetaCPAN )
ontent {
    my $file = shift;
    my $ct;
    open (F, $file) or return undef;
    $ct = do { local $/; <F>; };
    close F;
    return $ct;
}

=head1 I<foreach_aio($callback)>

Set the server into e
Cond-Expr ( F/FL/FLORA/Cond-Expr-0.02.tar.gz, ETHER, 2012; MetaCPAN )
Cond-Expr/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
Template-Magic ( S/SK/SKNPP/Template-Magic-1.4.tar.gz, SKNPP, 2012; MetaCPAN )
Template-Magic/lib/Template/Magic.pm ( view source; MetaCPAN )
e memory.

Don't do this:

    open TEMPLATE, '/path/to/big_template' ;
    $big_template = do{local $/; <TEMPLATE>} ;
    $output = $tm->output(\$big_template);
    print $$output;

You can save a lo
Module-Install ( A/AD/ADAMK/Module-Install-1.06.tar.gz, ADAMK, 2012; MetaCPAN )
Module-Install/lib/Module/Install/Makefile.pm ( view source; MetaCPAN )
le: Couldn't open $makefile_name: $!";
	eval { flock MAKEFILE, LOCK_EX };
	my $makefile = do { local $/; <MAKEFILE> };

	$makefile =~ s/\b(test_harness\(\$\(TEST_VERBOSE\), )/$1'inc', /;
	$makefile =~
Jemplate ( F/FR/FREW/Jemplate-0.262.tar.gz, FREW, 2012; MetaCPAN )
Jemplate/lib/Jemplate.pm ( view source; MetaCPAN )
open(F, '<', $filepath) or die "Can't open '$filepath' for input:\n$!";
    my $contents = do {local $/; <F>};
    close(F);
    return $contents;
}

sub recurse_dir {
    require File::Find::Rule;

 
ath
          or die "Can't open '$filepath' for input:\n$!";
        my $template_input = do {local $/; <FILE>};
        close FILE;
        $output .=
            $self->compile_template_content($te
Module-Install ( A/AD/ADAMK/Module-Install-1.06.tar.gz, ADAMK, 2012; MetaCPAN )
Module-Install/lib/Module/Install.pm ( view source; MetaCPAN )
= do { local $/; <FH> };
	close FH or die "close($_[0]): $!";
	return $string;
}
END_NEW
sub _read {
	local *FH;
	open( FH, "< $_[0]"  ) or die "open($_[0]): $!";
	my $string = do { local $/; <FH> };
List-Gather ( F/FL/FLORA/List-Gather-0.06.tar.gz, ETHER, 2012; MetaCPAN )
List-Gather/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
overload-substr ( P/PE/PEVANS/overload-substr-0.03.tar.gz, PEVANS, 2012; MetaCPAN )
overload-substr/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
Archive-Extract-Libarchive ( L/LB/LBROCARD/Archive-Extract-Libarchive-0.38.tar.gz, LBROCARD, 2012; MetaCPAN )
Archive-Extract-Libarchive/lib/Archive/Extract/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
Image-Info-XS ( J/JU/JUNKER/Image-Info-XS-0.1.8.tar.gz, JUNKER, 2012; MetaCPAN )
Image-Info-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
Template-Toolkit ( A/AB/ABW/Template-Toolkit-2.24.tar.gz, ABW, 2012; MetaCPAN )
Template-Toolkit/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
Qt4 ( C/CB/CBUREL/Qt4-0.99.0.tar.bz2, CBUREL, 2012; MetaCPAN )
Qt4/qtcore/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 comment
Clone-Fast ( J/JJ/JJORE/Clone-Fast-0.96.tar.gz, JJORE, 2012; MetaCPAN )
Clone-Fast/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
XML-RPC-Fast ( M/MO/MONS/XML-RPC-Fast-0.8.tar.gz, MONS, 2012; MetaCPAN )
XML-RPC-Fast/lib/XML/RPC/Fast.pm ( view source; MetaCPAN )
code
        #internal_encoding => 'koi8-r', # not supported for now
    );
    my $xml = do { local $/; <STDIN> };
    length($xml) == $ENV{CONTENT_LENGTH} or warn "Content-Length differs from actual
Linux-PipeMagic ( D/DL/DLAMBLEY/Linux-PipeMagic-0.03.tar.gz, DLAMBLEY, 2012; MetaCPAN )
Linux-PipeMagic/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
XML-RPC-Fast ( M/MO/MONS/XML-RPC-Fast-0.8.tar.gz, MONS, 2012; MetaCPAN )
XML-RPC-Fast/README.pod ( view source; MetaCPAN )
code
        #internal_encoding => 'koi8-r', # not supported for now
    );
    my $xml = do { local $/; <STDIN> };
    length($xml) == $ENV{CONTENT_LENGTH} or warn "Content-Length differs from actual
Text-Tokenizer ( S/SA/SAMSK/Text-Tokenizer-0.4.6.tar.gz, SAMSK, 2012; MetaCPAN )
Text-Tokenizer/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
libPam-Perl ( B/BH/BHILDRED/libPam-Perl-0.008.tar.gz, BHILDRED, 2012; MetaCPAN )
libPam-Perl/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.