}
my $arg = do {
if ($to_stderr) {
- "=>&STDERR"
+ "=&STDERR"
} elsif ($file) {
- "=>>${file}"
+ ">>${file}"
}
};
}
{
- local $ENV{PERL5OPT} = '-MApp::FatPacker::Trace'.$output;
+ local $ENV{PERL5OPT} = '-MApp::FatPacker::Trace='.$output;
system $^X, @$args;
}
}