AnyEvent-GnuPG
view release on metacpan or search on metacpan
lib/AnyEvent/GnuPG.pm view on Meta::CPAN
try {
$cb->( $cv2->recv );
}
catch {
s{ at \S+ line \d+\.\s+$}{};
$cv1->croak($_)
};
}
}
sub _eq($_) { shift eq pop } ## no critic
sub _parse_status {
my ( $self, $cv, %actions ) = @_;
my $commands;
$self->{status_fd}->readlines_cb(
sub {
my $line = shift;
unless ( defined $line ) {
AE::log debug => "end of status parsing";
$cv->send($commands);
( run in 0.579 second using v1.01-cache-2.11-cpan-65fba6d93b7 )