Group
Extension

Matches 1381

Data-Dumper ( N/NW/NWCLARK/Data-Dumper-2.183.tar.gz, NWCLARK, 2021; MetaCPAN )
Data-Dumper/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
Data-Validate-Perl ( D/DO/DONGXU/Data-Validate-Perl-0.03.tar.gz, DONGXU, 2021; MetaCPAN )
Data-Validate-Perl/lib/Data/Validate/Perl.pm ( view source; MetaCPAN )
r_enum} = 0 };
EOL
    $yapp .= "%%\n";
    print STDERR $yapp if $::opt{v};
    $yapp .= do { local $/; <DATA> };
    return $yapp;
}

=head1 DESCRIPTION

In order to understand internal of this modu
Archive-Libarchive-XS ( P/PL/PLICEASE/Archive-Libarchive-XS-0.0903.tar.gz, PLICEASE, 2021; MetaCPAN )
Archive-Libarchive-XS/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
CSS-Sass ( O/OC/OCBNET/CSS-Sass-3.6.4.tar.gz, OCBNET, 2021; MetaCPAN )
CSS-Sass/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
CSS-Sass ( O/OC/OCBNET/CSS-Sass-3.6.4.tar.gz, OCBNET, 2021; MetaCPAN )
CSS-Sass/lib/CSS/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
App-ParseBounceMessage ( P/PE/PERLANCAR/App-ParseBounceMessage-0.002.tar.gz, PERLANCAR, 2021; MetaCPAN )
App-ParseBounceMessage/lib/App/ParseBounceMessage.pm ( view source; MetaCPAN )
BounceParser;

    my %args = @_;

    my $message = $args{message_file} eq '-' ?
        do { local $/; <STDIN> } :
        do { File::Slurper::read_text($args{message_file}) };

    my $bounce = Mai
Win32-ErrorMode ( P/PL/PLICEASE/Win32-ErrorMode-0.07.tar.gz, PLICEASE, 2021; MetaCPAN )
Win32-ErrorMode/include/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
Crypto-Exchange-Binance-Spot-API ( M/MI/MICVU/Crypto-Exchange-Binance-Spot-API-0.05.tar.gz, MICVU, 2021; MetaCPAN )
Crypto-Exchange-Binance-Spot-API/lib/Crypto/Exchange/Binance/Spot/API.pm ( view source; MetaCPAN )
nce.com/bapi/asset/v2/public/asset-service/product/get-products?includeEtf=true
my $DATA = do {local $/; <DATA>};

sub _build_base_currencies {
    my ($self) = @_;

    if (my $my_currency_file = $EN
Kafka-Librd ( P/PL/PLICEASE/Kafka-Librd-0.20.tar.gz, PLICEASE, 2021; MetaCPAN )
Kafka-Librd/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-PNG-Data ( B/BK/BKB/Image-PNG-Data-0.01.tar.gz, BKB, 2021; MetaCPAN )
Image-PNG-Data/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
Crypt-OpenSSL-ECDSA ( M/MI/MIKEM/Crypt-OpenSSL-ECDSA-0.10.tar.gz, MIKEM, 2021; MetaCPAN )
Crypt-OpenSSL-ECDSA/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
Markdown-Pod ( K/KE/KEEDI/Markdown-Pod-0.008.tar.gz, KEEDI, 2021; MetaCPAN )
Markdown-Pod/lib/Markdown/Pod/script.pm ( view source; MetaCPAN )
 $m2p = Markdown::Pod->new;

    if ( $self->{load_from_stdin} ) {
        my $markdown = do { local $/; <STDIN>; };

        my $pod = $m2p->markdown_to_pod(
            encoding => $self->{encoding}
y $fh, $file
            or warn("cannot open $file: $!\n"), next;
        my $markdown = do { local $/; <$fh>; };
        close $fh;

        my $pod = $m2p->markdown_to_pod(
            encoding => 
Statocles ( P/PR/PREACTION/Statocles-0.098.tar.gz, PREACTION, 2021; MetaCPAN )
Statocles/lib/Statocles/Util.pm ( view source; MetaCPAN )
.
#pod
#pod =cut

sub read_stdin {
    if ( !-t *STDIN && !-z _ ) {
        my $content = do { local $/; <STDIN> };

        # Re-open STDIN as the TTY so that the editor (vim) can use it
        # XX
Crypt-Rijndael ( L/LE/LEONT/Crypt-Rijndael-1.16.tar.gz, LEONT, 2021; MetaCPAN )
Crypt-Rijndael/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
libapreq2 ( S/SH/SHAY/libapreq2-2.16.tar.gz, SHAY, 2021; MetaCPAN )
libapreq2/glue/perl/xsbuilder/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
D ( Y/YO/YOITO/D-0.06.tar.gz, YOITO, 2021; MetaCPAN )
D/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
Monitoring-Generator-TestConfig ( N/NI/NIERLEIN/Monitoring-Generator-TestConfig-0.54.tar.gz, NIERLEIN, 2021; MetaCPAN )
Monitoring-Generator-TestConfig/lib/Monitoring/Generator/TestConfig/P1Data.pm ( view source; MetaCPAN )
  = shift;
    our $scriptsource;
    if(!defined $scriptsource) {
       $scriptsource = do { local $/; <DATA> };
    }
    return($scriptsource);
}

1;

__DATA__
package Embed::Persistent;

# p1.pl
URI-XSEscape ( G/GO/GONZUS/URI-XSEscape-0.002000.tar.gz, GONZUS, 2021; MetaCPAN )
URI-XSEscape/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
Monitoring-Generator-TestConfig ( N/NI/NIERLEIN/Monitoring-Generator-TestConfig-0.54.tar.gz, NIERLEIN, 2021; MetaCPAN )
Monitoring-Generator-TestConfig/lib/Monitoring/Generator/TestConfig/HostCheckData.pm ( view source; MetaCPAN )
testhostcheck;
    return($testhostcheck) if defined $testhostcheck;
    $testhostcheck = do { local $/; <DATA> };
    return($testhostcheck);
}

1;

__DATA__
#!/usr/bin/perl
# nagios: +epn

=head1 NA
Monitoring-Generator-TestConfig ( N/NI/NIERLEIN/Monitoring-Generator-TestConfig-0.54.tar.gz, NIERLEIN, 2021; MetaCPAN )
Monitoring-Generator-TestConfig/lib/Monitoring/Generator/TestConfig/InitScriptData.pm ( view source; MetaCPAN )
yout    = shift;
    our $initsource;
    if(!defined $initsource) {
       $initsource = do { local $/; <DATA> };
    }

    my $initscript = $initsource;
    $initscript =~ s/__PREFIX__/$prefix/gmx;

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