https://bugzilla.redhat.com/show_bug.cgi?id=1788170 --- Comment #4 from Sandro Mani <manisandro@xxxxxxxxx> --- Thanks for your comments. Some questions, also in the interest of improving my other perl packages: - How do you pick up all the BRs? Based on what I've learned so far, I'm doing something like $ tangerine -c Makefile.PL <subdirs> and then omitting the dependencies only required by author tests. - When do you decide to constrain a BR or run-time dependency? There are typically version constraints for most requires in the various metadata files. Wouldn't the package fail to build anyway if the requirement is not met? - And specifically to - use Exporter qw(import); + use Exporter 1.15 qw(import); How is this related to the >= 5.57 requirement? -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx