https://bugzilla.redhat.com/show_bug.cgi?id=1286980
--- Comment #1 from Petr Ĺ abata psabata@redhat.com --- * What's the reason for line 41? The only executable file is author/test.pl; why would you care about it?
* Missing some BRs - coreutils, `rm' on line 39, `chmod' on line 41 - sed, `sed' line 40
* The summary is very brief but acceptable. However, I would correct the grammar in the description: s/matches/match/
* The package attempts to run the author tests (xt/*). They're all skipped because of the missing dependencies but this could lead to an unexpected FTBFS if some of them make it into the buildroot. Either disable them (removing the author_test() call from Makefile.PL should work) or declare the missing optional BRs.