https://bugzilla.redhat.com/show_bug.cgi?id=831716

Petr Pisar <ppi...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ppi...@redhat.com

--- Comment #2 from Petr Pisar <ppi...@redhat.com> ---
> Bugzilla still uses legacy code from JSON::RPC and despite the perl-JSON-RPC
> package is installed, which makes checksetup.pl

This is wrong approach on Fedora. It should check for perl modules, not for RPM
packages.

> httpd[1938]: Can't locate JSON/RPC/Legacy/Server/CGI.pm in @INC

You can check for `perl(JSON::RPC::Legacy::Server::CGI)' RPM Provides or by
perl code `eval q{use JSON::RPC::Legacy::Server::CGI; 1} or die q{Missing};'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to