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
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
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
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
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
ldn't open key file for reading")
unless open(KF, $mval);
$contents = do { local $/; <KF>; };
close KF;
} else {
$contents = $mval;
}
return $self->_fa
ows-specific globals should be predefined'},
);
{
my $ctx;
my $jslint_source = do { local $/; <DATA> };
sub _get_context {
unless ( $ctx ) {
$ctx = JavaScript::Runt
ction to productions
#$::RD_AUTOACTION = 1;
$::RD_DEBUG = $DEBUG ? 1 : 0;
my $grammar = do { local $/; <DATA> };
$parser = Parse::RecDescent::->new($grammar);
1;
__DATA__
# focus on:
# Level 1: cla
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
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
open META, 'META.yml' or die "Can't open 'META.yml' for input:\n$!";
my $meta = do { local $/; <META> };
close META;
$meta =~ /^module_name: (\S+)$/m
or die "Can'
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
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
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
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
package SQL::Admin::Driver::DB2::Grammar;
our $VERSION = v0.5.0;
my $grammar = do { local $/; <DATA> };
__DATA__
{
use SQL::Admin::Utils qw( :all );
}
parse_sql :
statements
/\s*/
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
package SQL::Admin::Driver::Pg::Grammar;
our $VERSION = v0.5.0;
my $grammar = do { local $/; <DATA> };
__DATA__
{
use SQL::Admin::Utils qw( :all );
}
parse_sql :
statements
/\s*/
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
links in HTML
=head1 SYNOPSIS
use HTML::LinkFilter;
use Data::Dumper;
my $html = do { local $/; <DATA> };
my $filter = HTML::LinkFilter->new;
$filter->change( \$html, \&callback );
pr