https://bugzilla.redhat.com/show_bug.cgi?id=1052853 Bug ID: 1052853 Summary: Unnecessary dependencies Product: Fedora Version: rawhide Component: perl-Throwable Assignee: iarnell@xxxxxxxxx Reporter: bochecha@xxxxxxxxxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: iarnell@xxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx Description of problem: perl-Throwable requires perl(ExtUtils::MakeMaker) >= 6.11 which seems wrong to me. Looking at the sources: $ grep -rI ExtUtils . ./Makefile.PL:use ExtUtils::MakeMaker 6.31; ./Makefile.PL: 'ExtUtils::MakeMaker' => '6.31' ./Makefile.PL:unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) { ./Makefile.PL: unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; ./META.json: "ExtUtils::MakeMaker" : "6.31" ./META.yml: ExtUtils::MakeMaker: 6.31 So the BuildRequires seems ok, but the Requires should be removed? This applies to all Fedora branches, not just Rawhide. -- 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=qCwJ6PEhY6&a=cc_unsubscribe -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel