FS#27718 - Missing depency of kdebindings-perlqt: perl-list-moreutils

Attached to Project: Arch Linux
Opened by Gris Ge (cathay4t) - Monday, 26 December 2011, 08:05 GMT
Last edited by Andrea Scarpino (BaSh) - Monday, 26 December 2011, 14:38 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
/usr/lib/perl5/site_perl/QtCore4.pm line 799 show depend on "List::MoreUtils"

Please add perl-list-moreutils into Require of kdebindings-perlqt

Additional info:
N/A

Steps to reproduce:

Install kdebindings-perlqt without perl-list-moreutils or cpan version List::MoreUtils.

Test script:
=====
#!/usr/bin/perl -w
use QtCore4;
use QtGui4;
my $app = Qt::Application(\@ARGV);
my $button = Qt::PushButton( 'Hello, World!', undef);
$button->show();
exit $app->exec();
=====

Thanks.
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Monday, 26 December 2011, 14:38 GMT
Reason for closing:  Fixed
Additional comments about closing:  kdebindings-perlqt 4.7.4-2
kdebindings-perlqt 4.7.95-2

Loading...