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
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
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
ile
open(JPEG, "<$file") or die "Can't open $file : $!\n";
binmode JPEG;
my $jpgData = do { local $/; <JPEG> };
close(JPEG);
# test the data
$rv = Image::TestJPG::testJPG($jpgData, length($jp
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
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
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
local *F;
open F, "<$file" or die "Can't open '$file': $!";
my $html = do { local $/; <F> };
close F;
return $html;
},
# 500 => sub {},
# Don't use '500'
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
my $p6;
my $warn = sub{
open IN, $p6_file or return "open: $p6_file: $!\n";
$p6 = do { local $/; <IN> }; close IN;
"";
}->();
my $failed = $warn?1:0;
$self->{'p6'} = Perl6::Run::O
c->catfile('blib', 'lib'));
open MAKEFILE, '< Makefile' or die $!;
my $makefile = do { local $/; <MAKEFILE> };
$full_pugs =~ s{\\}{\\\\}g;
$full_pugs =~ s{'}{\\'}g;
$full_blib =~
DULE, $module_path
or die "Can't open '$module_path' for input\n";
my $source = do { local $/; <MODULE> };
return unless $source =~
/^\s*module\s+(.*?);.*\sinline\s/ms;
my $modul
} = $path;
}
sub write_config_module {
my $config = get_config();
my $template = do { local $/; <DATA> };
my $all_fields = join ",\n ", map {
"config_$_";
} sort keys %$co
name = $1;
open IN, $filename or do{ warn $!; next; };
my $code = do { local $/; <IN> }; close IN;
$eval_p6->($code);
next;
}
$eval_p6->
($p5r);
}
sub p6_eval_file {
my($fn)=@_;
open IN, $fn or do{ warn "p6_eval_file: $fn: $!\n"; return; };
my $p6 = do { local $/; <IN> }; close IN;
eval { p6_eval($p6); };
}
1;
__END__