NAME
Term::ReadLine - Perl interface to various readline
packages. If no real package is found, substitutes stubs instead of basic functions.
SYNOPSIS EOP
is abstract_from_string($pod), 'Perl interface to various C<readline> packages. If no real package is found, substitutes stubs instead of basic functions.';
}
{ my $pod = <<'EOP'; =head1 NAME
Search::Dict, look - search for key in dictionary file
SYNOPSIS EOP
is abstract_from_string($pod), 'search for key in dictionary file';
}
done_testing;