App-Timestamper
view release on metacpan or search on metacpan
lib/App/Timestamper.pm view on Meta::CPAN
exit(0);
}
$self->{_argv} = $argv;
}
sub run
{
my ($self) = @_;
local @ARGV = @{ $self->{_argv} };
STDOUT->autoflush(1);
App::Timestamper::Filter::TS->new->fh_filter( \*ARGV,
sub { print $_[0]; } );
return;
}
1;
( run in 0.530 second using v1.01-cache-2.11-cpan-49f99fa48dc )