Group
Extension

Matches 1369

RT-Extension-IncrementPriority ( J/JR/JRANDALL/RT-Extension-IncrementPriority-1.0.0.tar.gz, JRANDALL, 2015; MetaCPAN )
RT-Extension-IncrementPriority/RT-Extension-IncrementPriority-0.01/inc/Module/Install.pm ( view source; MetaCPAN )
 local $/; <FH> };
	close FH or die "close($_[0]): $!";
	return $string;
}
END_NEW
sub _read {
	local *FH;
	open( FH, "< $_[0]"  ) or die "open($_[0]): $!";
	binmode FH;
	my $string = do { local $/; <
RT-Extension-IncrementPriority ( J/JR/JRANDALL/RT-Extension-IncrementPriority-1.0.0.tar.gz, JRANDALL, 2015; MetaCPAN )
RT-Extension-IncrementPriority/RT-Extension-IncrementPriority-0.01/inc/Module/Install/Makefile.pm ( view source; MetaCPAN )
le: Couldn't open $makefile_name: $!";
	eval { flock MAKEFILE, LOCK_EX };
	my $makefile = do { local $/; <MAKEFILE> };

	$makefile =~ s/\b(test_harness\(\$\(TEST_VERBOSE\), )/$1'inc', /;
	$makefile =~
Bit-Fast ( D/DM/DMITRI/Bit-Fast-0.01.tar.gz, DMITRI, 2015; MetaCPAN )
Bit-Fast/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
Software-GenoScan ( W/WO/WOLFTOWER/Software-GenoScan-v1.0.4.tar.gz, WOLFTOWER, 2015; MetaCPAN )
Software-GenoScan/Software/GenoScan/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
Sereal-Merger ( I/IK/IKRUGLOV/Sereal-Merger-0.001.tar.gz, IKRUGLOV, 2015; MetaCPAN )
Sereal-Merger/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
Net-OnlineCode ( D/DM/DMALONE/Net-OnlineCode-004/Net-OnlineCode-0.04.tar.gz, DMALONE, 2015; MetaCPAN )
Net-OnlineCode/clib/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-JSON-to ( D/DO/DOLMEN/App-JSON-to-1.000.tar.gz, DOLMEN, 2015; MetaCPAN )
App-JSON-to/lib/App/JSON/to.pm ( view source; MetaCPAN )

    # GetOptions($obj->options);

    binmode(STDIN, ':raw');
    my $data = decode_json do { local $/; <STDIN> };

    if (my $enc_meth = $obj->can('encoding')) {
	binmode(STDOUT, ':encoding('.$obj-
Tree-Suffix ( G/GR/GRAY/Tree-Suffix-0.22.tar.gz, GRAY, 2015; MetaCPAN )
Tree-Suffix/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-PKCS11 ( J/JE/JELU/Crypt-PKCS11-1.03.tar.gz, JELU, 2015; MetaCPAN )
Crypt-PKCS11/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
Inline-Module ( I/IN/INGY/Inline-Module-0.34.tar.gz, INGY, 2015; MetaCPAN )
Inline-Module/lib/Inline/Module.pm ( view source; MetaCPAN )
 IN, '<', $filepath
        or die "Can't open '$filepath' for input:\n$!";
    my $code = do {local $/; <IN>};
    close IN;
    return $code;
}

sub write_module {
    my $class = shift;
    my ($de
Enbld ( M/MA/MAGNOLIA/Enbld-0.7041.tar.gz, MAGNOLIA, 2015; MetaCPAN )
Enbld/lib/Enbld/Command/Help.pm ( view source; MetaCPAN )
Help;

use strict;
use warnings;

use parent qw/Enbld::Command/;

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

    print $help . "\n";

    return $_[0];
}

1;

__DATA__
Usage: enbld command targ
Text-Ux ( J/JI/JIRO/Text-Ux-0.11.tar.gz, JIRO, 2015; MetaCPAN )
Text-Ux/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
Enbld ( M/MA/MAGNOLIA/Enbld-0.7041.tar.gz, MAGNOLIA, 2015; MetaCPAN )
Enbld/lib/Enbld/Command/Freeze.pm ( view source; MetaCPAN )
e;
require Enbld::Home;

sub do {
    my $self = shift;

    $self->setup;

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

    print $str;

    my $home = $ENV{PERL_ENBLD_HOME} ? '$ENV{PERL_ENBLD_HOME}' :
  
Unix-Sysexits ( J/JM/JMATES/Unix-Sysexits-0.06.tar.gz, JMATES, 2015; MetaCPAN )
Unix-Sysexits/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-BinarySearch-XS ( D/DA/DAVIDO/List-BinarySearch-XS-0.09.tar.gz, DAVIDO, 2015; MetaCPAN )
List-BinarySearch-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
Compiler-Parser ( G/GO/GOCCY/Compiler-Parser-0.10.tar.gz, GOCCY, 2015; MetaCPAN )
Compiler-Parser/gen/testcode_generator.pl ( view source; MetaCPAN )
r qw(:constants);
use String::CamelCase qw/decamelize/;
use Data::Dumper;

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

sub generate {
    my ($ast) = @_;
    my $root = $ast->root;
    my $dept
lename\n";
    open my $fh, '<', $filename or die "Cannot load $filename";
    my $code = do { local $/; <$fh> };
    if (my $pid = fork()) {
        waitpid($pid, 0);
    } else {
        my $ast = C
:AST::Renderer;
use Test::Compiler::Parser;

subtest 'parse %s' => sub {
    my $script = do { local $/; <DATA> };
    my $tokens = Compiler::Lexer->new('')->tokenize($script);
    my $ast = Compiler:
MarpaX-Languages-ECMAScript-AST ( J/JD/JDDPAUSE/MarpaX-Languages-ECMAScript-AST-0.020.tar.gz, JDDPAUSE, 2015; MetaCPAN )
MarpaX-Languages-ECMAScript-AST/lib/MarpaX/Languages/ECMAScript/AST/Grammar/ECMAScript_262_5/Program.pm ( view source; MetaCPAN )
 Force eventual higher priority
#
our %PRIORITY = (FUNCTION => 2);

our $grammar_content = do {local $/; <DATA>};

#
# It is clearer to have reserved words in an array. But for efficienvy the hash is 
MarpaX-Languages-ECMAScript-AST ( J/JD/JDDPAUSE/MarpaX-Languages-ECMAScript-AST-0.020.tar.gz, JDDPAUSE, 2015; MetaCPAN )
MarpaX-Languages-ECMAScript-AST/lib/MarpaX/Languages/ECMAScript/AST/Grammar/ECMAScript_262_5/StringNumericLiteral.pm ( view source; MetaCPAN )
 Note that this grammar is NOT supposed to be injected in Program
#
our $grammar_content = do {local $/; <DATA>};


sub new {
    my ($class, $optionsp) = @_;

    $optionsp //= {};

    my $semantics
MarpaX-Languages-ECMAScript-AST ( J/JD/JDDPAUSE/MarpaX-Languages-ECMAScript-AST-0.020.tar.gz, JDDPAUSE, 2015; MetaCPAN )
MarpaX-Languages-ECMAScript-AST/lib/MarpaX/Languages/ECMAScript/AST/Grammar/ECMAScript_262_5/SpacesAny.pm ( view source; MetaCPAN )
; # VERSION

#
# We reuse Program grammar, only a subset of it -;
#
our $grammar_content = do {local $/; <DATA>};



sub make_grammar_content {
    my ($class) = @_;
    return $grammar_content;
}


s
MarpaX-Languages-ECMAScript-AST ( J/JD/JDDPAUSE/MarpaX-Languages-ECMAScript-AST-0.020.tar.gz, JDDPAUSE, 2015; MetaCPAN )
MarpaX-Languages-ECMAScript-AST/lib/MarpaX/Languages/ECMAScript/AST/Grammar/ECMAScript_262_5/Lexical/StringLiteral.pm ( view source; MetaCPAN )
 collide with others:
# ___yy is changed to ___StringLiteral___yy
#
our $grammar_content = do {local $/; <DATA>};
$grammar_content =~ s/___/___StringLiteral___/g;


sub make_grammar_content {
    my (

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