Group
Extension

Matches 1394

Pod-ProjectDocs ( M/MG/MGRUNER/Pod-ProjectDocs-0.53.tar.gz, LYOKATO, 2021; MetaCPAN )
Pod-ProjectDocs/lib/Pod/ProjectDocs/ArrowImage.pm ( view source; MetaCPAN )
MIME::Base64;
use File::Basename;

__PACKAGE__->default_name('up.gif');
__PACKAGE__->data( do{ local $/; <DATA> } );
__PACKAGE__->is_bin(1);

sub tag {
    my($self, $doc) = @_;
    my($name, $path) =
BSD-Socket-Splice ( B/BL/BLUHM/BSD-Socket-Splice-0.09.tar.gz, BLUHM, 2021; MetaCPAN )
BSD-Socket-Splice/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
XS-Tutorial ( D/DF/DFARRELL/XS-Tutorial-0.04.tar.gz, DFARRELL, 2020; MetaCPAN )
XS-Tutorial/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
Win32-UTCFileTime ( S/SH/SHAY/Win32-UTCFileTime-1.60.tar.gz, SHAY, 2020; MetaCPAN )
Win32-UTCFileTime/ppport.h ( view source; MetaCPAN )
 from $filename: $!\n";
    next;
  }

  info("Scanning $filename ...");

  my $c = do { local $/; <IN> };
  close IN;

  my %file = (orig => $c, changes => 0);

  # Temporarily remove C/XS
PerlIO-bom ( L/LE/LEONT/PerlIO-bom-0.001.tar.gz, LEONT, 2020; MetaCPAN )
PerlIO-bom/lib/Linux/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
CDB_File ( T/TO/TODDR/CDB_File-1.05.tar.gz, TODDR, 2020; MetaCPAN )
CDB_File/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
Text-Fuzzy ( B/BK/BKB/Text-Fuzzy-0.29.tar.gz, BKB, 2020; MetaCPAN )
Text-Fuzzy/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
Tie-Hash-Indexed ( M/MH/MHX/Tie-Hash-Indexed-0.08.tar.gz, MHX, 2020; MetaCPAN )
Tie-Hash-Indexed/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
IPC-SysV ( M/MH/MHX/IPC-SysV-2.09.tar.gz, MHX, 2020; MetaCPAN )
IPC-SysV/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
true ( C/CH/CHOCOLATE/true-v1.0.2.tar.gz, CHOCOLATE, 2020; MetaCPAN )
true/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
List-MoreUtils-XS ( R/RE/REHSACK/List-MoreUtils-XS-0.430.tar.gz, REHSACK, 2020; MetaCPAN )
List-MoreUtils-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
XString ( A/AT/ATOOMIC/XString-0.005.tar.gz, ATOOMIC, 2020; MetaCPAN )
XString/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
App-PerlFuzzyTokenFinder ( U/UT/UTGWKK/App-PerlFuzzyTokenFinder-0.02.tar.gz, UTGWKK, 2020; MetaCPAN )
App-PerlFuzzyTokenFinder/lib/App/PerlFuzzyTokenFinder/CLI.pm ( view source; MetaCPAN )
y ($self, $file) = @_;

    # treat - as STDIN
    if ($file eq '-') {
        my $code = do { local $/; <STDIN> };
        return PPI::Document->new(\$code);
    } else {
        return PPI::Document
XAO-Base ( A/AM/AMALTSEV/XAO-Base-1.28.tar.gz, AMALTSEV, 2020; MetaCPAN )
XAO-Base/lib/XAO/Objects.pm ( view source; MetaCPAN )
ug fix by
                # Eugene Karpachov).
                #
                my $text=do { local $/; <F> };

                close(F);

                $text=~s{^\s*(package\s+)XAO::DO::$objname(\
File-LibMagic ( D/DR/DROLSKY/File-LibMagic-1.23.tar.gz, DROLSKY, 2020; MetaCPAN )
File-LibMagic/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
FIDO-Raw ( J/JA/JACQUESG/FIDO-Raw-0.06.tar.gz, JACQUESG, 2020; MetaCPAN )
FIDO-Raw/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
Hyperscan ( M/MS/MSIKORA/Hyperscan-0.04.tar.gz, MSIKORA, 2020; MetaCPAN )
Hyperscan/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
B-Hooks-OP-Check-LeaveEval ( S/SN/SNEZ/B-Hooks-OP-Check-LeaveEval-v0.0.4.tar.gz, SNEZ, 2020; MetaCPAN )
B-Hooks-OP-Check-LeaveEval/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
YottaDB ( O/OE/OESI/YottaDB-0.37.tar.gz, OESI, 2020; MetaCPAN )
YottaDB/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
BSON-XS ( M/MO/MONGODB/BSON-XS-v0.8.4.tar.gz, MONGODB, 2020; MetaCPAN )
BSON-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

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