Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=919810

Paul Howarth <p...@city-fan.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p...@city-fan.org,
                   |                            |phra...@redhat.com
          Component|perl                        |automake
           Assignee|mmasl...@redhat.com         |prais...@redhat.com

--- Comment #6 from Paul Howarth <p...@city-fan.org> ---
This issue is unrelated to Bug #924938.

The perl dependency generator does not pick up this requirement because
Thread::Queue is only required conditionally:

  if ($perl_threads)
    {
      require threads;
      import threads;
      require Thread::Queue;
      import Thread::Queue;
    }

However, since Fedora's perl is built with threads, in practice it's always
needed. The correct fix has already been added to the automake package, namely:

Requires: perl(Thread::Queue)

However, the same applies to the "threads" module, which should also be
required:

Requires: perl(threads)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=8qv4imlwIh&a=cc_unsubscribe
--
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