Group
Extension

Matches 1384

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
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
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
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 
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 ) {
Linux-FD ( L/LE/LEONT/Linux-FD-0.017.tar.gz, LEONT, 2025; MetaCPAN )
Linux-FD/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
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*
Devel-ThreadsForks ( L/LN/LNATION/Devel-ThreadsForks-0.09.tar.gz, LNATION, 2025; MetaCPAN )
Devel-ThreadsForks/lib/Devel/ThreadsForks.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#(BEG
Syntax-Infix-Smartmatch ( L/LE/LEONT/Syntax-Infix-Smartmatch-0.011.tar.gz, LEONT, 2025; MetaCPAN )
Syntax-Infix-Smartmatch/lib/Syntax/Infix/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
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
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
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
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};
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
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 ($
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
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
OpenMP-Simple ( O/OO/OODLER/OpenMP-Simple-0.2.6.tar.gz, OODLER, 2025; MetaCPAN )
OpenMP-Simple/share/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.