Group
Extension

Matches 1369

Apache-Imager-Resize ( W/WR/WROSS/Apache-Imager-Resize-0.11.tar.gz, WROSS, 2005; MetaCPAN )
Apache-Imager-Resize/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
Net-CDP ( M/MC/MCHAPMAN/Net-CDP-0.09.tar.gz, MCHAPMAN, 2005; MetaCPAN )
Net-CDP/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
Tree-Authz ( D/DA/DAVEBAIRD/Tree-Authz-0.03.tar.gz, DAVEBAIRD, 2005; MetaCPAN )
Tree-Authz/lib/Tree/Authz/Role.pm ( view source; MetaCPAN )
self, $file) = @_;
                    open( SECRET, $file );
                    local $/;
                    <SECRET>;
                    },

                 find_moles => sub { ... },

 
b read_secret {
        my ($self, $file) = @_;
        open( SECRET, $file );
        local $/;
        <SECRET>;
    }

    package main;

    my $spies = $authz->get_group( 'spies' );

 
AnnoCPAN-Perldoc ( I/IT/ITUB/AnnoCPAN-Perldoc-0.10.tar.gz, ITUB, 2005; MetaCPAN )
AnnoCPAN-Perldoc/lib/AnnoCPAN/Perldoc.pm ( view source; MetaCPAN )
::Perldoc::DEBUG > 2 and
     print "Going to filter for $file\n";
    
    my $content = do { local $/; <F> };

    my ($filter_class) = 'AnnoCPAN::Perldoc::Filter';

    eval "require $filter_class"
Archive-Cabinet ( B/BR/BRADD/Archive-Cabinet-1.20.tar.bz2, BRADD, 2005; MetaCPAN )
Archive-Cabinet/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
Mac-CoreMIDI ( C/CR/CRENZ/Mac-CoreMIDI-0.04.tar.gz, CRENZ, 2005; MetaCPAN )
Mac-CoreMIDI/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
only ( I/IN/INGY/only-0.28.tar.gz, INGY, 2005; MetaCPAN )
only/lib/only.pm ( view source; MetaCPAN )
  open META, $path
      or return {};
    $s->{distribution_modules} = {};
    my $meta = do {local $/; <META>};
    close META;
    $s->{distribution_modules}{$_} = 1 for ($meta =~ /^  - (\S+)/gm);
 open META, $path
          or croak "Can't open $path for input:\n$!";
        my $meta = do {local $/;<META>};
        close META;
        if ($meta =~ /^install_version\s*:\s*(\S+)$/m) {
          
only ( I/IN/INGY/only-0.28.tar.gz, INGY, 2005; MetaCPAN )
only/lib/only/install.pm ( view source; MetaCPAN )
TA, $meta_file
          or croak "Can't open $meta_file for input\n";
        $old_meta = do {local $/; <META>};
        close META;
    }
    if ($meta eq $old_meta) {
        print "Skipping $meta_
File-FnMatch ( M/MJ/MJP/File-FnMatch-0.02.tar.gz, MJP, 2005; MetaCPAN )
File-FnMatch/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
POE-Loop-Kqueue ( G/GD/GDSL/POE-Loop-Kqueue-0.02.tar.gz, GDSL, 2005; MetaCPAN )
POE-Loop-Kqueue/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
Math-Random-Brownian ( W/WM/WMSZELIGA/Math-Random-Brownian-0.03.tar.gz, WMSZELIGA, 2005; MetaCPAN )
Math-Random-Brownian/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
HTML-DBForm ( K/KR/KRAILEY/HTML-DBForm-1.05.tar.gz, KRAILEY, 2005; MetaCPAN )
HTML-DBForm/lib/HTML/DBForm/Search/TableList.pm ( view source; MetaCPAN )
;

    my $tmpl_ref = $self->{'tmpl_file'} 
        ? do { open(FH, "< $self->{'tmpl_file'}"); local $/; <FH> } 
        : &TEMPLATE;


    $self->{template} = HTML::Template->new(
        scalarref =
HTML-DBForm ( K/KR/KRAILEY/HTML-DBForm-1.05.tar.gz, KRAILEY, 2005; MetaCPAN )
HTML-DBForm/lib/HTML/DBForm/Search/DropDown.pm ( view source; MetaCPAN )
;

    my $tmpl_ref = $self->{'tmpl_file'} 
        ? do { open(FH, "< $self->{'tmpl_file'}"); local $/; <FH> } 
        : &TEMPLATE;


    $self->{template} = HTML::Template->new(
        scalarref =
HTML-DBForm ( K/KR/KRAILEY/HTML-DBForm-1.05.tar.gz, KRAILEY, 2005; MetaCPAN )
HTML-DBForm/lib/HTML/DBForm.pm ( view source; MetaCPAN )
@_;

    my $tmpl_ref = $params{'template'} 
        ? do { open(FH, "< $params{'template'}"); local $/; <FH> } 
        : &TEMPLATE;


    $self->{template} = HTML::Template->new(
        scalarref =
Net-IP-Match-XS ( B/BE/BEAU/Net-IP-Match-XS-0.03.tar.gz, BEAU, 2004; MetaCPAN )
Net-IP-Match-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 comment
Net-TCPwrappers ( J/JF/JFITZ/Net-TCPwrappers-1.11.tar.gz, JFITZ, 2004; MetaCPAN )
Net-TCPwrappers/fallback/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
Net-IP-CMatch ( B/BE/BEAU/Net-IP-CMatch-0.02.tar.gz, BEAU, 2004; MetaCPAN )
Net-IP-CMatch/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-Haskell ( A/AU/AUTRIJUS/Language-Haskell-0.01.tar.gz, AUTRIJUS, 2004; MetaCPAN )
Language-Haskell/hugs98-Nov2003/src/inc/Module/Install/Makefile.pm ( view source; MetaCPAN )
 ($self->postamble || '');

    open MAKEFILE, '< Makefile' or die $!;
    my $makefile = do { local $/; <MAKEFILE> };
    close MAKEFILE;

    $makefile =~ s/\b(test_harness\(\$\(TEST_VERBOSE\), )/$1
RTx-Foundry ( A/AU/AUTRIJUS/RTx-Foundry-0.00_22.tar.gz, AUTRIJUS, 2004; MetaCPAN )
RTx-Foundry/html/Foundry/Project/Wiki/lib/CGI/Kwiki/Blog.pm ( view source; MetaCPAN )
g_path for input:\n$!";
    binmode(BLOG, ':utf8') if $self->use_utf8;
    my $blog_text = do {local $/; <BLOG>};
    close BLOG;
    my $page_id = ($blog_text =~ /^page_id:\s+(.*)/m) ? $1 : '';
    m
RTx-Foundry ( A/AU/AUTRIJUS/RTx-Foundry-0.00_22.tar.gz, AUTRIJUS, 2004; MetaCPAN )
RTx-Foundry/html/Foundry/Project/Wiki/lib/CGI/Kwiki.pm ( view source; MetaCPAN )
$!;
        $data .= do {local $/; <FILE>};
        close FILE;
    }
    $data =~ s/^=/^=/gm;
    open MODULE, $filename
      or die $!;
    my $module_text = do {local $/;<MODULE>};
    close MODUL

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