Document dependency on MIME::Base32#1223
Conversation
Pull request zonemaster/zonemaster-ldns#178 adds a test-time dependency on MIME::Base32. This commit documents the change. This package should be installed manually in build environments. The module does not seem to be packaged in Red Hat-based Linux distributions. On those OSes, the MIME::Base32 has to be installed through CPAN.
|
If it's a test-time dependency should it be included in the installation instruction? We're installing with --notest. |
Yes, but we also advice running the installation without
|
|
Since the dependency is added to the installation document, it is not needed in the documents under "distrib-testing" as far as I can see. But it does no harm, on the other side. |
mattias-p
left a comment
There was a problem hiding this comment.
but we also advice running the installation without
--notest
Fair enough!
Purpose
This PR documents a new test-time dependency on MIME::Base32.
Context
The change was made necessary by PR zonemaster/zonemaster-ldns#178.
Changes
Add MIME::Base32 as dependency in various places.
How to test this PR
Documentation update.