App-RecordStream
view release on metacpan or search on metacpan
lib/App/RecordStream/Operation/fromps.pm view on Meta::CPAN
}
sub set_converter {
my $this = shift;
my $func = shift;
$this->{'CONVERTER'} = $func;
}
sub get_converter {
my $this = shift;
$this->{'CONVERTER'} ||= sub { return (getpwuid($_[0]))[0] };
return $this->{'CONVERTER'};
}
sub wants_input {
return 0;
}
sub stream_done {
my $this = shift;
( run in 0.294 second using v1.01-cache-2.11-cpan-8d75d55dd25 )