Group
Extension

Matches 1381

Mac-Errors ( B/BR/BRIANDFOY/Mac-Errors-1.194.tar.gz, BRIANDFOY, 2025; MetaCPAN )
Mac-Errors/lib/Mac/Errors.pm ( view source; MetaCPAN )
onstants();

sub constants {
	seek DATA, 0, 0; # this reads the entire script
	my $data = do { local $/; <DATA> };
	while( $data =~ m|=item (\w+)(?:\s+([^\n]+))?\n\s+?=cut\s+sub \1 \{ (-?\d+) \}|g ) {
Socket-More ( D/DR/DRCLAW/Socket-More-v0.5.2.tar.gz, DRCLAW, 2025; MetaCPAN )
Socket-More/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
OpenGL ( E/ET/ETJ/OpenGL-0.7006.tar.gz, ETJ, 2025; MetaCPAN )
OpenGL/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
File-Copy-clonefile ( S/SK/SKAJI/File-Copy-clonefile-v0.0.10.tar.gz, SKAJI, 2025; MetaCPAN )
File-Copy-clonefile/lib/File/Copy/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
Devel-Required ( L/LN/LNATION/Devel-Required-0.17.tar.gz, LNATION, 2025; MetaCPAN )
Devel-Required/lib/Devel/Required.pm ( view source; MetaCPAN )
    # there is something to process
    if ( open( IN, $filename ) ) {
        $contents= do { local $/; <IN> };
        close IN;
    }

    # couldn't read file
    else {
        warn qq{Could not 
Tree-RB-XS ( N/NE/NERDVANA/Tree-RB-XS-0.19.tar.gz, NERDVANA, 2025; MetaCPAN )
Tree-RB-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
Feersum ( E/EG/EGOR/Feersum-1.505.tar.gz, EGOR, 2025; MetaCPAN )
Feersum/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
Starlink-AST ( G/GS/GSB/Starlink-AST-3.05.tar.gz, GSB, 2025; MetaCPAN )
Starlink-AST/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/XS comm
LaunchDarkly-Server ( M/MT/MTIRPAK/LaunchDarkly-Server-0.04.tar.gz, MTIRPAK, 2025; MetaCPAN )
LaunchDarkly-Server/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
Devel-MaintBlead ( L/LN/LNATION/Devel-MaintBlead-0.10.tar.gz, LNATION, 2025; MetaCPAN )
Devel-MaintBlead/lib/Devel/MaintBlead.pm ( view source; MetaCPAN )
$0 )
          or _die("Could not open script for reading '$0': $!");
        my $script= do { local $/; <IN> };
        close IN;

        # update the script
        if ( $script =~
          s#(\s*
Scalar-List-Utils ( P/PE/PEVANS/Scalar-List-Utils-1.69.tar.gz, PEVANS, 2025; MetaCPAN )
Scalar-List-Utils/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-ExeAsDll ( B/BU/BULKDD/Win32/Win32-ExeAsDll-0.01.tar.gz, BULKDD, 2025; MetaCPAN )
Win32-ExeAsDll/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-Spec ( T/TI/TINITA/App-Spec-v0.15.0.tar.gz, TINITA, 2025; MetaCPAN )
App-Spec/lib/App/Spec/Plugin/Format.pm ( view source; MetaCPAN )
alOptions';

my $yaml;
my $options;
sub _read_data {
    unless ($yaml) {
        $yaml = do { local $/; <DATA> };
        ($options) = YAML::PP::Load($yaml);
    }
}


sub install_options {
    my ($
TOML-Tiny ( O/OA/OALDERS/TOML-Tiny-0.20.tar.gz, OALDERS, 2025; MetaCPAN )
TOML-Tiny/lib/TOML/Tiny.pm ( view source; MetaCPAN )
 ':encoding(UTF-8)';
  binmode STDOUT, ':encoding(UTF-8)';

  # Decoding TOML
  my $toml = do{ local $/; <STDIN> };
  my ($parsed, $error) = from_toml $toml;

  # Encoding TOML
  say to_toml({
    stu
App-Spec ( T/TI/TINITA/App-Spec-v0.15.0.tar.gz, TINITA, 2025; MetaCPAN )
App-Spec/lib/App/Spec/Plugin/Meta.pm ( view source; MetaCPAN )
e List::Util qw/ any /;

use Moo;
with 'App::Spec::Role::Plugin::Subcommand';

my $yaml = do { local $/; <DATA> };

sub install_subcommands {
    my ($class, %args) = @_;
    my $parent = $args{spec};
Test-Smoke ( C/CO/CONTRA/Test-Smoke-1.84.tar.gz, CONTRA, 2025; MetaCPAN )
Test-Smoke/lib/Test/Smoke/Policy.pm ( view source; MetaCPAN )
sif ( ref $srcpath eq 'GLOB' ) {

        *POLICY = *$srcpath;
        $self->{_policy} = do { local $/; <POLICY> };
        $vmsg = "anonymous filehandle";

    } else {
        $srcpath = File::Spec
);
            $vmsg = "default content";
        } else {
            $self->{_policy} = do { local $/; <POLICY> };
            close POLICY;
            $vmsg = $p_name;
        }

    }
    $self->
XS-Install ( S/SY/SYBER/XS-Install-1.4.0.tar.gz, SYBER, 2025; MetaCPAN )
XS-Install/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
OpenGL-GLUT ( E/ET/ETJ/OpenGL-GLUT-0.7201.tar.gz, ETJ, 2025; MetaCPAN )
OpenGL-GLUT/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
LMDB_File ( S/SO/SORTIZ/LMDB_File-0.14.tar.gz, SORTIZ, 2025; MetaCPAN )
LMDB_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
Test-Smoke ( C/CO/CONTRA/Test-Smoke-1.84.tar.gz, CONTRA, 2025; MetaCPAN )
Test-Smoke/bin/tssmokestatus.pl ( view source; MetaCPAN )
    my $status;
            if ( open REPORT, "< $a_rpt" ) {
                my $report = do { local $/; <REPORT> };
                close REPORT;
                my $summary = ( parse_report_Config( 

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