Bug 241097
| Summary: | Review Request: perl-Term-ReadLine-Gnu - Extension for the GNU Readline/History library | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul Wouters <pwouters> |
| Component: | Package Review | Assignee: | Jochen Schmitt <jochen> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Package Reviews List <fedora-package-review> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-01-30 19:26:33 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Paul Wouters
2007-05-24 05:27:39 UTC
Good:
+ Rpmlint quite on source rpm.
+ Local build works fine.
+ Rpmlint quite on binary rpm
Bad:
- String message from rpmlint on debuginfo package (no blocker)
E: perl-Term-ReadLine-Gnu-debuginfo script-without-shebang
/usr/src/debug/Term-ReadLine-Gnu-1.16/Gnu.xs
I have an isue on start the following test script:
use Term::ReadLine;
$term = new Term::ReadLine 'ProgrammName';
while ( defined ($_ = $term->readLine('Prompt>'))) {
print $_;
}
I will got the following error:
Cannot do `readLine' in Term::ReadLine::Gnu at test2.pl line 3
I am seeing the same error when I try your example against the cpan installed version. Though now I also see it in the application for which I needed the package. So there is a real bug here. Looking into it. Ping paul Ping agein, Ping agein. Review request will be closed as failed, because review requestor didn't response on ping requests. |