On Thu, Feb 21, 2019 at 11:22:12PM +0100, Charlene Wendling wrote:
> Here is a new port, String::Formatter. It will be needed for updating
> audio/p5-Audio-MPD-Common.
I think you should keep String/Formatter/Cookbook.pm, it makes
perldoc String::Formatter::Cookbook work.
Instead of an extra post-install target, you could just comment out
bench.pl from PLIST.
@comment ${P5SITE}/String/bench.pl
I don't like the @rm -f. The @ prevents that you see what is going
on, and with -f it cannot fail. What happens if in a later version
bench.pl is not part of the distribution? You will never notice
that rm -f would not work.
with that OK bluhm@